diff options
Diffstat (limited to 'phpBB/templates/subSilver/mcp_forum.html')
-rw-r--r-- | phpBB/templates/subSilver/mcp_forum.html | 19 |
1 files changed, 9 insertions, 10 deletions
diff --git a/phpBB/templates/subSilver/mcp_forum.html b/phpBB/templates/subSilver/mcp_forum.html index 09a7734848..e2ad68c00f 100644 --- a/phpBB/templates/subSilver/mcp_forum.html +++ b/phpBB/templates/subSilver/mcp_forum.html @@ -1,17 +1,16 @@ <!-- $ Id: $ --> <!-- INCLUDE mcp_header.html --> -<form method="post" name="main" action="{S_MCP_ACTION}"> -<table width="100%" class="tablebg" cellspacing="1" cellpadding="4" border="0"> +<form method="post" name="main" action="{S_MCP_ACTION}"><table class="tablebg" width="100%" cellspacing="1" cellpadding="4" border="0"> <tr> - <th height="25" colspan="6" nowrap="nowrap">{L_DISPLAY_OPTIONS}</th> + <th colspan="6" height="28" nowrap="nowrap">{L_DISPLAY_OPTIONS}</th> </tr> <tr> <td colspan="2" class="cat" height="28" align="left" nowrap="nowrap"><!-- INCLUDE mcp_jumpbox.html --></td> - <td colspan="4" class="cat" height="28" align="center"><span class="gensmall">{L_DISPLAY_LOG}:</span> {S_SELECT_SORT_DAYS} <span class="gensmall">{L_SORT_BY}</span> {S_SELECT_SORT_KEY} {S_SELECT_SORT_DIR} <input class="liteoption" type="submit" name="sort" value="{L_GO}" /></span></td> + <td colspan="4" class="cat" height="28" align="center"><span class="gensmall">{L_DISPLAY_LOG}:</span> {S_SELECT_SORT_DAYS} <span class="gensmall">{L_SORT_BY}</span> {S_SELECT_SORT_KEY} {S_SELECT_SORT_DIR} <input class="btnlite" type="submit" name="sort" value="{L_GO}" /></span></td> </tr> <tr> - <th width="4%" nowrap="nowrap"> </th> + <th width="4%" height="28" nowrap="nowrap"> </th> <th colspan="2" nowrap="nowrap"> {L_TOPICS} </th> <th width="8%" nowrap="nowrap"> {L_REPLIES} </th> <th width="17%" nowrap="nowrap"> {L_LAST_POST} </th> @@ -32,11 +31,11 @@ <!-- END topicrow --> <tr align="right"> <td class="cat" colspan="6" height="28"> - <!-- IF S_CAN_DELETE --><input type="submit" name="delete_topics" class="liteoption" value="{L_DELETE}" /> <!-- ENDIF --> - <!-- IF S_CAN_MOVE --><input type="submit" name="move" class="liteoption" value="{L_MOVE}" /> <!-- ENDIF --> - <!-- IF S_CAN_FORK --><input type="submit" name="fork" class="liteoption" value="{L_FORK}" /> <!-- ENDIF --> - <!-- IF S_CAN_LOCK --><input type="submit" name="lock" class="liteoption" value="{L_LOCK}" /> <input type="submit" name="unlock" class="liteoption" value="{L_UNLOCK}" /> <!-- ENDIF --> - <!-- IF S_CAN_SYNC --><input type="submit" name="resync" class="liteoption" value="{L_RESYNC}" /> <!-- ENDIF --> + <!-- IF S_CAN_DELETE --><input type="submit" name="delete_topics" class="btnlite" value="{L_DELETE}" /> <!-- ENDIF --> + <!-- IF S_CAN_MOVE --><input type="submit" name="move" class="btnlite" value="{L_MOVE}" /> <!-- ENDIF --> + <!-- IF S_CAN_FORK --><input type="submit" name="fork" class="btnlite" value="{L_FORK}" /> <!-- ENDIF --> + <!-- IF S_CAN_LOCK --><input type="submit" name="lock" class="btnlite" value="{L_LOCK}" /> <input type="submit" name="unlock" class="btnlite" value="{L_UNLOCK}" /> <!-- ENDIF --> + <!-- IF S_CAN_SYNC --><input type="submit" name="resync" class="btnlite" value="{L_RESYNC}" /> <!-- ENDIF --> </td> </tr> </table> |