diff options
author | PayBas <contact@paybas.com> | 2014-06-03 16:57:28 +0200 |
---|---|---|
committer | PayBas <contact@paybas.com> | 2014-06-05 10:02:14 +0200 |
commit | ef435cb89dae3c7baa42eac806f1ae50717575aa (patch) | |
tree | 377dcceea264a61c7e5a43282882aef31906602c | |
parent | 09a433be619a1743f4618f1fcc00757ee6895c6e (diff) | |
download | forums-ef435cb89dae3c7baa42eac806f1ae50717575aa.tar forums-ef435cb89dae3c7baa42eac806f1ae50717575aa.tar.gz forums-ef435cb89dae3c7baa42eac806f1ae50717575aa.tar.bz2 forums-ef435cb89dae3c7baa42eac806f1ae50717575aa.tar.xz forums-ef435cb89dae3c7baa42eac806f1ae50717575aa.zip |
[ticket/12613] Minor $bull; and <hr> fix
PHPBB3-12613
-rw-r--r-- | phpBB/styles/prosilver/template/memberlist_body.html | 2 | ||||
-rw-r--r-- | phpBB/styles/prosilver/template/ucp_notifications.html | 4 |
2 files changed, 2 insertions, 4 deletions
diff --git a/phpBB/styles/prosilver/template/memberlist_body.html b/phpBB/styles/prosilver/template/memberlist_body.html index 60fbbf4975..6e0f8826a7 100644 --- a/phpBB/styles/prosilver/template/memberlist_body.html +++ b/phpBB/styles/prosilver/template/memberlist_body.html @@ -148,8 +148,6 @@ </form> -<hr /> - <!-- IF .pagination or TOTAL_USERS --> <div class="action-bar"> <div class="pagination"> diff --git a/phpBB/styles/prosilver/template/ucp_notifications.html b/phpBB/styles/prosilver/template/ucp_notifications.html index a6412e09e7..c4a377c8ad 100644 --- a/phpBB/styles/prosilver/template/ucp_notifications.html +++ b/phpBB/styles/prosilver/template/ucp_notifications.html @@ -46,11 +46,11 @@ <div class="topic-actions"> <div class="pagination"> <!-- IF U_MARK_ALL --><a href="{U_MARK_ALL}">{L_NOTIFICATIONS_MARK_ALL_READ}</a> • <!-- ENDIF --> - <!-- IF TOTAL_COUNT -->{L_NOTIFICATIONS} [<strong>{TOTAL_COUNT}</strong>] • <!-- ENDIF --> + <!-- IF TOTAL_COUNT -->{L_NOTIFICATIONS} [<strong>{TOTAL_COUNT}</strong>]<!-- ENDIF --> <!-- IF .pagination --> <!-- INCLUDE pagination.html --> <!-- ELSE --> - {PAGE_NUMBER} + • {PAGE_NUMBER} <!-- ENDIF --> </div> </div> |