aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/templates
diff options
context:
space:
mode:
authorPaul S. Owen <psotfx@users.sourceforge.net>2003-04-20 14:36:52 +0000
committerPaul S. Owen <psotfx@users.sourceforge.net>2003-04-20 14:36:52 +0000
commit42d7f861410fb3d76a5b24da2c4da573017d990f (patch)
treebc88e3f9069f33782857fd7ba1f36ce2c1e095ff /phpBB/templates
parentd1699421af2cc057f3981cd8c5026790c3819b48 (diff)
downloadforums-42d7f861410fb3d76a5b24da2c4da573017d990f.tar
forums-42d7f861410fb3d76a5b24da2c4da573017d990f.tar.gz
forums-42d7f861410fb3d76a5b24da2c4da573017d990f.tar.bz2
forums-42d7f861410fb3d76a5b24da2c4da573017d990f.tar.xz
forums-42d7f861410fb3d76a5b24da2c4da573017d990f.zip
Re-introduce sorting by rank ... note that only normal ranks are actively sorted. Special ranks are listed first no matter what the sort order.
git-svn-id: file:///svn/phpbb/trunk@3897 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/templates')
-rw-r--r--phpBB/templates/subSilver/memberlist_body.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/templates/subSilver/memberlist_body.html b/phpBB/templates/subSilver/memberlist_body.html
index 593298ba64..8bb6b0c66a 100644
--- a/phpBB/templates/subSilver/memberlist_body.html
+++ b/phpBB/templates/subSilver/memberlist_body.html
@@ -101,7 +101,7 @@ function marklist(status)
<th nowrap="nowrap" width="25%"><a class="th" href="{U_SORT_USERNAME}">{L_USERNAME}</a></th>
<th nowrap="nowrap" width="15%"><a class="th" href="{U_SORT_JOINED}">{L_JOINED}</a></th>
<th nowrap="nowrap" width="10%"><a class="th" href="{U_SORT_POSTS}">{L_POSTS}</a></th>
- <th nowrap="nowrap" width="15%">{L_RANK}</th>
+ <th nowrap="nowrap" width="15%"><a class="th" href="{U_SORT_RANK}">{L_RANK}</a></th>
<th nowrap="nowrap" width="11%">{L_SEND_MESSAGE}</th>
<th nowrap="nowrap" width="11%"><a class="th" href="{U_SORT_EMAIL}">{L_EMAIL}</a></th>
<th nowrap="nowrap" width="11%"><a class="th" href="{U_SORT_WEBSITE}">{L_WEBSITE}</a></th>