diff options
Diffstat (limited to 'phpBB/styles/prosilver/template/ucp_notifications.html')
-rw-r--r-- | phpBB/styles/prosilver/template/ucp_notifications.html | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/phpBB/styles/prosilver/template/ucp_notifications.html b/phpBB/styles/prosilver/template/ucp_notifications.html index 70944f37e9..85ec046e16 100644 --- a/phpBB/styles/prosilver/template/ucp_notifications.html +++ b/phpBB/styles/prosilver/template/ucp_notifications.html @@ -42,9 +42,9 @@ </table> <!-- ELSE --> <!-- IF .notification_list --> - <div class="topic-actions"> + <div class="action-bar"> <div class="pagination"> - <!-- IF U_MARK_ALL --><a href="{U_MARK_ALL}">{L_NOTIFICATIONS_MARK_ALL_READ}</a> • <!-- ENDIF --> + <!-- IF U_MARK_ALL --><a href="{U_MARK_ALL}" class="mark">{L_NOTIFICATIONS_MARK_ALL_READ}</a> • <!-- ENDIF --> {L_NOTIFICATIONS} [<strong>{TOTAL_COUNT}</strong>] <!-- IF .pagination --> <!-- INCLUDE pagination.html --> @@ -89,7 +89,7 @@ </ul> </div> - <div class="topic-actions"> + <div class="action-bar"> <div class="pagination"> {L_NOTIFICATIONS} [<strong>{TOTAL_COUNT}</strong>] <!-- IF .pagination --> |