diff options
author | Henry Sudhof <kellanved@phpbb.com> | 2008-10-20 10:19:35 +0000 |
---|---|---|
committer | Henry Sudhof <kellanved@phpbb.com> | 2008-10-20 10:19:35 +0000 |
commit | 6bfed69d4f9f9605a72c1ce13bd5fc524ccb29d5 (patch) | |
tree | a4f16241f5729e6247a8cdc274c946ca898be79d /phpBB | |
parent | 9b5064b640ecc19e7989b988b28b9c86b14cde66 (diff) | |
download | forums-6bfed69d4f9f9605a72c1ce13bd5fc524ccb29d5.tar forums-6bfed69d4f9f9605a72c1ce13bd5fc524ccb29d5.tar.gz forums-6bfed69d4f9f9605a72c1ce13bd5fc524ccb29d5.tar.bz2 forums-6bfed69d4f9f9605a72c1ce13bd5fc524ccb29d5.tar.xz forums-6bfed69d4f9f9605a72c1ce13bd5fc524ccb29d5.zip |
#34815 Thanks to Raimon for being persistent about this
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9032 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB')
-rw-r--r-- | phpBB/styles/prosilver/template/memberlist_body.html | 18 |
1 files changed, 2 insertions, 16 deletions
diff --git a/phpBB/styles/prosilver/template/memberlist_body.html b/phpBB/styles/prosilver/template/memberlist_body.html index 6580506e09..9b57040e16 100644 --- a/phpBB/styles/prosilver/template/memberlist_body.html +++ b/phpBB/styles/prosilver/template/memberlist_body.html @@ -115,7 +115,7 @@ <th class="info"><a href="{U_SORT_WEBSITE}#memberlist">{L_WEBSITE}</a>{L_COMMA_SEPARATOR}<a href="{U_SORT_LOCATION}">{L_LOCATION}</a></th> <th class="joined"><a href="{U_SORT_JOINED}#memberlist">{L_JOINED}</a></th> <!-- IF U_SORT_ACTIVE --><th class="active"><a href="{U_SORT_ACTIVE}#memberlist">{L_LAST_ACTIVE}</a></th><!-- ENDIF --> - <!-- ELSE --> + <!-- ELSEIF S_SHOW_GROUP --> <th class="name">{L_GROUP_MEMBERS}</th> <th class="posts"> </th> <th class="info"> </th> @@ -137,20 +137,6 @@ <!-- IF S_VIEWONLINE --><td>{memberrow.VISITED} </td><!-- ENDIF --> </tr> <!-- BEGINELSE --> - <div class="forumbg"> - <div class="inner"><span class="corners-top"><span></span></span> - - <table class="table1" cellspacing="1"> - <thead> - <tr> - <th class="name">{L_GROUP_MEMBERS}</th> - <th class="posts"> </th> - <th class="info"> </th> - <th class="joined"> </th> - <!-- IF U_SORT_ACTIVE --><th class="active"> </th><!-- ENDIF --> - </tr> - </thead> - <tbody> <tr class="bg1"> <td colspan="<!-- IF S_VIEWONLINE -->5<!-- ELSE -->4<!-- ENDIF -->">{L_NO_MEMBERS}</td> </tr> @@ -195,4 +181,4 @@ <!-- ELSE --> <!-- INCLUDE jumpbox.html --> <!-- INCLUDE overall_footer.html --> -<!-- ENDIF --> +<!-- ENDIF -->
\ No newline at end of file |