aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/styles/subSilver/template/ucp_pm_message_header.html
diff options
context:
space:
mode:
authorJonathan Stanley <shs@users.sourceforge.net>2007-02-27 01:25:35 +0000
committerJonathan Stanley <shs@users.sourceforge.net>2007-02-27 01:25:35 +0000
commit4e6d6fd9b6dc25e7bafbf696b274470c17a98399 (patch)
tree84e567477bdb4191ad6c343bd02261b84d56de6a /phpBB/styles/subSilver/template/ucp_pm_message_header.html
parent5eea81261f9d7b4d4fbd6627ad61a6eb166f5f1f (diff)
downloadforums-4e6d6fd9b6dc25e7bafbf696b274470c17a98399.tar
forums-4e6d6fd9b6dc25e7bafbf696b274470c17a98399.tar.gz
forums-4e6d6fd9b6dc25e7bafbf696b274470c17a98399.tar.bz2
forums-4e6d6fd9b6dc25e7bafbf696b274470c17a98399.tar.xz
forums-4e6d6fd9b6dc25e7bafbf696b274470c17a98399.zip
#7630
#7658 #8360 ... and all other RTL/LTR issues, probably, if this commited fix works as it should. Did I ever mention how I really hate HTML tables for layout? :P git-svn-id: file:///svn/phpbb/trunk@7091 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/styles/subSilver/template/ucp_pm_message_header.html')
-rw-r--r--phpBB/styles/subSilver/template/ucp_pm_message_header.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/phpBB/styles/subSilver/template/ucp_pm_message_header.html b/phpBB/styles/subSilver/template/ucp_pm_message_header.html
index d73d744c15..0bbf658600 100644
--- a/phpBB/styles/subSilver/template/ucp_pm_message_header.html
+++ b/phpBB/styles/subSilver/template/ucp_pm_message_header.html
@@ -4,7 +4,7 @@
<td class="row1">
<table border="0" cellspacing="0" cellpadding="0" width="100%">
<tr>
- <td align="left">
+ <td align="{S_CONTENT_FLOW_BEGIN}">
<!-- IF TOTAL_MESSAGES -->
<table width="100%" cellspacing="1">
<tr>
@@ -26,7 +26,7 @@
</span>
<!-- ENDIF -->
</td>
- <td align="right"><!-- INCLUDE pagination.html --></td>
+ <td align="{S_CONTENT_FLOW_END}"><!-- INCLUDE pagination.html --></td>
</tr>
</table>
</td>