aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/styles/subSilver/template/mcp_queue.html
diff options
context:
space:
mode:
authorDominik Dröscher <dhn2@users.sourceforge.net>2007-01-10 00:23:37 +0000
committerDominik Dröscher <dhn2@users.sourceforge.net>2007-01-10 00:23:37 +0000
commit31ee257ab8232072676df0d4d354ff7a5a0b1416 (patch)
tree80289dcfee578b9a84a3a289727514e6fc73b4f7 /phpBB/styles/subSilver/template/mcp_queue.html
parentc154f124f8df00f03a40c9eba2f8194c2c990972 (diff)
downloadforums-31ee257ab8232072676df0d4d354ff7a5a0b1416.tar
forums-31ee257ab8232072676df0d4d354ff7a5a0b1416.tar.gz
forums-31ee257ab8232072676df0d4d354ff7a5a0b1416.tar.bz2
forums-31ee257ab8232072676df0d4d354ff7a5a0b1416.tar.xz
forums-31ee257ab8232072676df0d4d354ff7a5a0b1416.zip
#6998
MY EYES, MY EYES ... did I ever mention that I hate tables that are abused for layout purposes? git-svn-id: file:///svn/phpbb/trunk@6871 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/styles/subSilver/template/mcp_queue.html')
-rw-r--r--phpBB/styles/subSilver/template/mcp_queue.html8
1 files changed, 4 insertions, 4 deletions
diff --git a/phpBB/styles/subSilver/template/mcp_queue.html b/phpBB/styles/subSilver/template/mcp_queue.html
index d12928d50c..0cca2159bb 100644
--- a/phpBB/styles/subSilver/template/mcp_queue.html
+++ b/phpBB/styles/subSilver/template/mcp_queue.html
@@ -4,10 +4,10 @@
<table width="100%" class="tablebg" cellspacing="1" cellpadding="4" border="0">
<tr>
- <th colspan="6" nowrap="nowrap">{L_DISPLAY_OPTIONS}</th>
+ <th colspan="4" nowrap="nowrap">{L_DISPLAY_OPTIONS}</th>
</tr>
<tr>
- <td colspan="5" class="cat" align="center"><span class="gensmall">{L_DISPLAY_ITEMS}:</span> {S_SELECT_SORT_DAYS}&nbsp;<span class="gensmall">{L_SORT_BY}</span> {S_SELECT_SORT_KEY} {S_SELECT_SORT_DIR}&nbsp;<span class="gensmall">{L_FORUM}</span> <select name="f">{S_FORUM_OPTIONS}</select> &nbsp; <!-- IF TOPIC_ID --><input type="checkbox" class="radio" name="t" value="{TOPIC_ID}" checked="checked" />&nbsp; <b>{L_ONLY_TOPIC}</b> &nbsp; <!-- ENDIF --><input class="btnlite" type="submit" name="sort" value="{L_GO}" /></td>
+ <td colspan="4" class="cat" align="center"><span class="gensmall">{L_DISPLAY_ITEMS}:</span> {S_SELECT_SORT_DAYS}&nbsp;<span class="gensmall">{L_SORT_BY}</span> {S_SELECT_SORT_KEY} {S_SELECT_SORT_DIR}&nbsp;<span class="gensmall">{L_FORUM}</span> <select name="f">{S_FORUM_OPTIONS}</select> &nbsp; <!-- IF TOPIC_ID --><input type="checkbox" class="radio" name="t" value="{TOPIC_ID}" checked="checked" />&nbsp; <b>{L_ONLY_TOPIC}</b> &nbsp; <!-- ENDIF --><input class="btnlite" type="submit" name="sort" value="{L_GO}" /></td>
</tr>
<tr>
<th>&nbsp;<!-- IF S_TOPICS -->{L_TOPIC}<!-- ELSE -->{L_POST}<!-- ENDIF -->&nbsp;</th>
@@ -27,11 +27,11 @@
</tr>
<!-- BEGINELSE -->
<tr>
- <td class="row1" colspan="6" height="30" align="center" valign="middle"><span class="gen">{L_NO_POSTS}</span></td>
+ <td class="row1" colspan="4" height="30" align="center" valign="middle"><span class="gen">{L_NO_POSTS}</span></td>
</tr>
<!-- END postrow -->
<tr>
- <td class="cat" colspan="6" align="center"><input class="btnmain" type="submit" name="action[approve]" value="{L_APPROVE}" />&nbsp;&nbsp;<input class="btnlite" type="submit" name="action[disapprove]" value="{L_DISAPPROVE}" /></td>
+ <td class="cat" colspan="4" align="center"><input class="btnmain" type="submit" name="action[approve]" value="{L_APPROVE}" />&nbsp;&nbsp;<input class="btnlite" type="submit" name="action[disapprove]" value="{L_DISAPPROVE}" /></td>
</tr>
</table>