aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/styles/subSilver/template/ucp_main_drafts.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_main_drafts.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_main_drafts.html')
-rw-r--r--phpBB/styles/subSilver/template/ucp_main_drafts.html6
1 files changed, 3 insertions, 3 deletions
diff --git a/phpBB/styles/subSilver/template/ucp_main_drafts.html b/phpBB/styles/subSilver/template/ucp_main_drafts.html
index 05c72a4181..146a4fed16 100644
--- a/phpBB/styles/subSilver/template/ucp_main_drafts.html
+++ b/phpBB/styles/subSilver/template/ucp_main_drafts.html
@@ -48,7 +48,7 @@
<!-- IF S_DRAFT_ROWS -->
<tr>
- <td class="cat" colspan="4" align="right"><input class="btnlite" type="submit" name="delete" value="{L_DELETE_MARKED}" />&nbsp;</td>
+ <td class="cat" colspan="4" align="{S_CONTENT_FLOW_END}"><input class="btnlite" type="submit" name="delete" value="{L_DELETE_MARKED}" />&nbsp;</td>
</tr>
<!-- ENDIF -->
@@ -76,7 +76,7 @@
<td colspan="9">
<table cellspacing="0" cellpadding="0" border="0" width="100%">
<tr>
- <td align="left">
+ <td align="{S_CONTENT_FLOW_BEGIN}">
<script type="text/javascript">
<!--
colorPalette('h', 6, 5)
@@ -91,7 +91,7 @@
</td>
</tr>
<tr class="row1">
- <td colspan="9" align="left"><p class="topictitle"><a href="{S_UCP_ACTION}">{L_BACK_TO_DRAFTS}</a></p></td>
+ <td colspan="9" align="{S_CONTENT_FLOW_BEGIN}"><p class="topictitle"><a href="{S_UCP_ACTION}">{L_BACK_TO_DRAFTS}</a></p></td>
</tr>
<tr>
<td class="cat" colspan="2" align="center">{S_HIDDEN_FIELDS}<input class="btnmain" type="submit" name="submit" value="{L_SUBMIT}" />&nbsp;&nbsp;<input class="btnlite" type="reset" value="{L_RESET}" name="reset" /></td>