From c259a9b3871d378f804222409b73f659e9dabdfb Mon Sep 17 00:00:00 2001 From: Matt Friedman Date: Sat, 5 Nov 2016 16:15:50 -0700 Subject: [ticket/14855] Update notification and PM alert bubbles PHPBB3-14855 --- phpBB/styles/prosilver/template/navbar_header.html | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'phpBB/styles/prosilver/template') diff --git a/phpBB/styles/prosilver/template/navbar_header.html b/phpBB/styles/prosilver/template/navbar_header.html index e948e2e0f6..3e5720ad65 100644 --- a/phpBB/styles/prosilver/template/navbar_header.html +++ b/phpBB/styles/prosilver/template/navbar_header.html @@ -18,7 +18,7 @@
  • {L_SEARCH_NEW}
  • - +
  • {L_SEARCH_UNREAD}
  • {L_SEARCH_UNANSWERED}
  • @@ -55,14 +55,14 @@
    @@ -72,12 +72,12 @@
  • - {L_PRIVATE_MESSAGES} [{PRIVATE_MESSAGE_COUNT}] + {L_PRIVATE_MESSAGES} {PRIVATE_MESSAGE_COUNT}
  • -- cgit v1.2.1 From 0e114f91f46c626ee595a0aa2ee3bf41078e9f8d Mon Sep 17 00:00:00 2001 From: Matt Friedman Date: Sun, 6 Nov 2016 10:00:50 -0800 Subject: [ticket/14855] Remove notification bubble on mark all read PHPBB3-14855 --- phpBB/styles/prosilver/template/ajax.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'phpBB/styles/prosilver/template') diff --git a/phpBB/styles/prosilver/template/ajax.js b/phpBB/styles/prosilver/template/ajax.js index e3780f024a..2e49b5de26 100644 --- a/phpBB/styles/prosilver/template/ajax.js +++ b/phpBB/styles/prosilver/template/ajax.js @@ -134,7 +134,7 @@ phpbb.markNotifications = function($popup, unreadCount) { $('strong', '#notification_list_button').html(unreadCount); // Remove the Mark all read link if there are no unread notifications. if (!unreadCount) { - $('#mark_all_notifications').remove(); + $('#mark_all_notifications, #notification_list_button > strong').remove(); } // Update page title -- cgit v1.2.1 From 9b1e2e523c827b2af3bb5b6d8ccdf4338f8f4ffc Mon Sep 17 00:00:00 2001 From: Matt Friedman Date: Sun, 6 Nov 2016 16:12:39 -0800 Subject: [ticket/14855] Update the comments PHPBB3-14855 --- phpBB/styles/prosilver/template/ajax.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'phpBB/styles/prosilver/template') diff --git a/phpBB/styles/prosilver/template/ajax.js b/phpBB/styles/prosilver/template/ajax.js index 2e49b5de26..311da92a95 100644 --- a/phpBB/styles/prosilver/template/ajax.js +++ b/phpBB/styles/prosilver/template/ajax.js @@ -132,7 +132,7 @@ phpbb.markNotifications = function($popup, unreadCount) { // Update the unread count. $('strong', '#notification_list_button').html(unreadCount); - // Remove the Mark all read link if there are no unread notifications. + // Remove the Mark all read link & notification count if there are no unread notifications. if (!unreadCount) { $('#mark_all_notifications, #notification_list_button > strong').remove(); } -- cgit v1.2.1 From 74285b430801db773b7b69536f6e74fbf88917ea Mon Sep 17 00:00:00 2001 From: Matt Friedman Date: Fri, 11 Nov 2016 09:28:35 -0800 Subject: [ticket/14855] Update CSS PHPBB3-14855 --- phpBB/styles/prosilver/template/navbar_header.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'phpBB/styles/prosilver/template') diff --git a/phpBB/styles/prosilver/template/navbar_header.html b/phpBB/styles/prosilver/template/navbar_header.html index 3e5720ad65..9179b659cd 100644 --- a/phpBB/styles/prosilver/template/navbar_header.html +++ b/phpBB/styles/prosilver/template/navbar_header.html @@ -72,12 +72,12 @@
  • - {L_PRIVATE_MESSAGES} {PRIVATE_MESSAGE_COUNT} + {L_PRIVATE_MESSAGES} {PRIVATE_MESSAGE_COUNT}
  • -- cgit v1.2.1 From 0fd04f2e6fb8e9c8f63e7a131cb2161581ae125e Mon Sep 17 00:00:00 2001 From: Matt Friedman Date: Fri, 11 Nov 2016 16:38:46 -0800 Subject: [ticket/14855] CSS updates PHPBB3-14855 --- phpBB/styles/prosilver/template/navbar_header.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'phpBB/styles/prosilver/template') diff --git a/phpBB/styles/prosilver/template/navbar_header.html b/phpBB/styles/prosilver/template/navbar_header.html index 9179b659cd..e5f354a943 100644 --- a/phpBB/styles/prosilver/template/navbar_header.html +++ b/phpBB/styles/prosilver/template/navbar_header.html @@ -72,12 +72,12 @@
  • - {L_PRIVATE_MESSAGES} {PRIVATE_MESSAGE_COUNT} + {L_PRIVATE_MESSAGES} {PRIVATE_MESSAGE_COUNT}
  • -- cgit v1.2.1