diff options
author | Paul S. Owen <psotfx@users.sourceforge.net> | 2003-07-06 18:19:56 +0000 |
---|---|---|
committer | Paul S. Owen <psotfx@users.sourceforge.net> | 2003-07-06 18:19:56 +0000 |
commit | 5b5e11c1f54662e37239a132e20bca9964a0a095 (patch) | |
tree | 461330e4b1cf0abf7f505f9a76551311bdef46c6 /phpBB/templates/subSilver/mcp_reports.html | |
parent | 8bb0108ad92fb7f1f9c41aa32a53cc7152a19ca6 (diff) | |
download | forums-5b5e11c1f54662e37239a132e20bca9964a0a095.tar forums-5b5e11c1f54662e37239a132e20bca9964a0a095.tar.gz forums-5b5e11c1f54662e37239a132e20bca9964a0a095.tar.bz2 forums-5b5e11c1f54662e37239a132e20bca9964a0a095.tar.xz forums-5b5e11c1f54662e37239a132e20bca9964a0a095.zip |
Various changes ... note that at present things may look a little strange for those without access to the relevant imageset :D
git-svn-id: file:///svn/phpbb/trunk@4208 89ea8834-ac86-4346-8a33-228a782c2dd0
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> |