diff options
author | Paul S. Owen <psotfx@users.sourceforge.net> | 2003-03-08 21:55:55 +0000 |
---|---|---|
committer | Paul S. Owen <psotfx@users.sourceforge.net> | 2003-03-08 21:55:55 +0000 |
commit | 9a7f6f98f5141307d2b12b7dd05d24e26aa522ca (patch) | |
tree | c7686652c9a0fe57589b274085b0876823465118 | |
parent | 575d1703656f56560fe36ab87931fd7b99b7d7e2 (diff) | |
download | forums-9a7f6f98f5141307d2b12b7dd05d24e26aa522ca.tar forums-9a7f6f98f5141307d2b12b7dd05d24e26aa522ca.tar.gz forums-9a7f6f98f5141307d2b12b7dd05d24e26aa522ca.tar.bz2 forums-9a7f6f98f5141307d2b12b7dd05d24e26aa522ca.tar.xz forums-9a7f6f98f5141307d2b12b7dd05d24e26aa522ca.zip |
The first order by is irrelevant, it'll be replaced by the values of the second. Could've sworn I committed this change ... I'm losing it :D
git-svn-id: file:///svn/phpbb/trunk@3611 89ea8834-ac86-4346-8a33-228a782c2dd0
-rw-r--r-- | phpBB/templates/subSilver/mcp_topic.html | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/phpBB/templates/subSilver/mcp_topic.html b/phpBB/templates/subSilver/mcp_topic.html index 090287e79a..1fe03defde 100644 --- a/phpBB/templates/subSilver/mcp_topic.html +++ b/phpBB/templates/subSilver/mcp_topic.html @@ -47,9 +47,6 @@ <td class="row2" colspan="2"><input class="post" type="text" name="posts_per_page" size="6" value="{POSTS_PER_PAGE}"></td> </tr> <tr> - <td class="cat" colspan="3" height="28" align="center"><span class="gensmall">{L_DISPLAY_POSTS}:</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> - </tr> - <tr> <th nowrap="nowrap">{L_AUTHOR}</th> <th nowrap="nowrap">{L_MESSAGE}</th> <th nowrap="nowrap">{L_SELECT}</th> |