diff options
Diffstat (limited to 'phpBB/templates/subSilver/mcp_reports.html')
-rw-r--r-- | phpBB/templates/subSilver/mcp_reports.html | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/phpBB/templates/subSilver/mcp_reports.html b/phpBB/templates/subSilver/mcp_reports.html index 6707bb0671..eee0637818 100644 --- a/phpBB/templates/subSilver/mcp_reports.html +++ b/phpBB/templates/subSilver/mcp_reports.html @@ -2,14 +2,14 @@ <table width="100%" class="tablebg" cellspacing="1" cellpadding="4" border="0"><form name="main" method="post" action="{S_MCP_ACTION}"> <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> {L_TOPIC} </th> + <th height="28"> {L_TOPIC} </th> <th> {L_SUBJECT} </th> <th> {L_REASON} </th> <th> {L_REPORTER} </th> |