aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/styles/prosilver/template/ucp_pm_message_header.html
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 /phpBB/styles/prosilver/template/ucp_pm_message_header.html
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
Diffstat (limited to 'phpBB/styles/prosilver/template/ucp_pm_message_header.html')
-rw-r--r--phpBB/styles/prosilver/template/ucp_pm_message_header.html8
1 files changed, 4 insertions, 4 deletions
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 -->