aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPayBas <contact@paybas.com>2014-06-04 18:27:34 +0200
committerPayBas <contact@paybas.com>2014-06-05 10:02:16 +0200
commit087a91f628a801e4d1887d756e0af5d167898be2 (patch)
treea42ff19f3d7a8f72de2637afcab46bd4daaa1e19
parentcd326ae093c20db5d628701da8add5a1abaee06d (diff)
downloadforums-087a91f628a801e4d1887d756e0af5d167898be2.tar
forums-087a91f628a801e4d1887d756e0af5d167898be2.tar.gz
forums-087a91f628a801e4d1887d756e0af5d167898be2.tar.bz2
forums-087a91f628a801e4d1887d756e0af5d167898be2.tar.xz
forums-087a91f628a801e4d1887d756e0af5d167898be2.zip
[ticket/12613] Small inconsistency fixes
PHPBB3-12613
-rw-r--r--phpBB/styles/prosilver/template/search_results.html7
-rw-r--r--phpBB/styles/prosilver/template/ucp_attachments.html4
-rw-r--r--phpBB/styles/prosilver/template/ucp_groups_manage.html2
-rw-r--r--phpBB/styles/prosilver/template/ucp_pm_message_header.html8
4 files changed, 10 insertions, 11 deletions
diff --git a/phpBB/styles/prosilver/template/search_results.html b/phpBB/styles/prosilver/template/search_results.html
index c6a6dcc4f5..6ee25682ab 100644
--- a/phpBB/styles/prosilver/template/search_results.html
+++ b/phpBB/styles/prosilver/template/search_results.html
@@ -25,13 +25,12 @@
</div>
<!-- ENDIF -->
- <div class="rightside pagination">
+ <div class="pagination">
{SEARCH_MATCHES}
<!-- IF .pagination -->
- &bull;
<!-- INCLUDE pagination.html -->
<!-- ELSE -->
- {PAGE_NUMBER}
+ &bull; {PAGE_NUMBER}
<!-- ENDIF -->
</div>
</div>
@@ -178,7 +177,7 @@
<!-- IF .pagination or .searchresults or PAGE_NUMBER -->
<div class="action-bar">
- <div class="rightside pagination">
+ <div class="pagination">
{SEARCH_MATCHES}
<!-- IF .pagination -->
<!-- INCLUDE pagination.html -->
diff --git a/phpBB/styles/prosilver/template/ucp_attachments.html b/phpBB/styles/prosilver/template/ucp_attachments.html
index 974d3e53b7..50e95fbe02 100644
--- a/phpBB/styles/prosilver/template/ucp_attachments.html
+++ b/phpBB/styles/prosilver/template/ucp_attachments.html
@@ -13,7 +13,7 @@
<!-- IF .pagination or TOTAL_ATTACHMENTS -->
<div class="action-bar">
- <div class="rightside pagination">
+ <div class="pagination">
<!-- IF TOTAL_ATTACHMENTS -->{TOTAL_ATTACHMENTS} {L_TITLE}<!-- ENDIF -->
<!-- IF .pagination -->
<!-- INCLUDE pagination.html -->
@@ -64,7 +64,7 @@
<!-- IF .pagination or TOTAL_ATTACHMENTS -->
<div class="action-bar">
- <div class="rightside pagination">
+ <div class="pagination">
<!-- IF TOTAL_ATTACHMENTS -->{TOTAL_ATTACHMENTS} {L_TITLE}<!-- ENDIF -->
<!-- IF .pagination -->
<!-- INCLUDE pagination.html -->
diff --git a/phpBB/styles/prosilver/template/ucp_groups_manage.html b/phpBB/styles/prosilver/template/ucp_groups_manage.html
index 16e80ae206..393f336dea 100644
--- a/phpBB/styles/prosilver/template/ucp_groups_manage.html
+++ b/phpBB/styles/prosilver/template/ucp_groups_manage.html
@@ -161,7 +161,7 @@
<!-- IF .pagination -->
<div class="action-bar">
- <div class="rightside pagination">
+ <div class="pagination">
<!-- INCLUDE pagination.html -->
</div>
</div>
diff --git a/phpBB/styles/prosilver/template/ucp_pm_message_header.html b/phpBB/styles/prosilver/template/ucp_pm_message_header.html
index 213f31d521..e7fa7eb5d4 100644
--- a/phpBB/styles/prosilver/template/ucp_pm_message_header.html
+++ b/phpBB/styles/prosilver/template/ucp_pm_message_header.html
@@ -44,10 +44,10 @@
<!-- ENDIF -->
<!-- IF TOTAL_MESSAGES or S_VIEW_MESSAGE -->
- <div class="rightside pagination">
- <!-- IF S_VIEW_MESSAGE --><a class="arrow-{S_CONTENT_FLOW_BEGIN}" href="{U_CURRENT_FOLDER}">{L_RETURN_TO_FOLDER}</a><!-- ENDIF -->
-
- <!-- IF FOLDER_CUR_MESSAGES neq 0 -->
+ <div class="pagination">
+ <!-- IF S_VIEW_MESSAGE -->
+ <a class="arrow-{S_CONTENT_FLOW_BEGIN}" href="{U_CURRENT_FOLDER}">{L_RETURN_TO_FOLDER}</a>
+ <!-- ELSEIF FOLDER_CUR_MESSAGES neq 0 -->
<!-- IF TOTAL_MESSAGES -->{TOTAL_MESSAGES}<!-- ENDIF -->
<!-- IF .pagination -->
<!-- INCLUDE pagination.html -->