aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/styles/subSilver/template/ucp_main_drafts.html
diff options
context:
space:
mode:
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>