aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/styles/prosilver/template/memberlist_body.html
diff options
context:
space:
mode:
authorHenry Sudhof <kellanved@phpbb.com>2008-08-14 12:36:06 +0000
committerHenry Sudhof <kellanved@phpbb.com>2008-08-14 12:36:06 +0000
commitbbf42daf345f45349a76f39f260465d1a9055564 (patch)
tree1f7fe23ba243a87c11a7a5e13b9ccc61bce658ec /phpBB/styles/prosilver/template/memberlist_body.html
parentb0c45b18f1bc742f419a7dbb685bcec0ff3781ad (diff)
downloadforums-bbf42daf345f45349a76f39f260465d1a9055564.tar
forums-bbf42daf345f45349a76f39f260465d1a9055564.tar.gz
forums-bbf42daf345f45349a76f39f260465d1a9055564.tar.bz2
forums-bbf42daf345f45349a76f39f260465d1a9055564.tar.xz
forums-bbf42daf345f45349a76f39f260465d1a9055564.zip
Changes to group display #32155, #32145, #32085, #26675, #26265
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@8755 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/styles/prosilver/template/memberlist_body.html')
-rw-r--r--phpBB/styles/prosilver/template/memberlist_body.html20
1 files changed, 18 insertions, 2 deletions
diff --git a/phpBB/styles/prosilver/template/memberlist_body.html b/phpBB/styles/prosilver/template/memberlist_body.html
index 6846432b2e..9d138b9cae 100644
--- a/phpBB/styles/prosilver/template/memberlist_body.html
+++ b/phpBB/styles/prosilver/template/memberlist_body.html
@@ -72,7 +72,7 @@
<span class="corners-bottom"><span></span></span></div>
</div>
<!-- ENDIF -->
-
+ <!-- IF S_LEADERS_SET -->
<div class="forumbg forumbg-table">
<div class="inner"><span class="corners-top"><span></span></span>
@@ -87,6 +87,7 @@
</tr>
</thead>
<tbody>
+ <!-- ENDIF -->
<!-- BEGIN memberrow -->
<!-- IF S_SHOW_GROUP -->
<!-- IF not memberrow.S_GROUP_LEADER and not $S_MEMBER_HEADER -->
@@ -95,12 +96,13 @@
<td colspan="<!-- IF U_SORT_ACTIVE -->5<!-- ELSE -->4<!-- ENDIF -->">&nbsp;</td>
</tr>
<!-- ENDIF -->
+<!-- IF S_LEADERS_SET -->
</tbody>
</table>
<span class="corners-bottom"><span></span></span></div>
</div>
-
+<!-- ENDIF -->
<div class="forumbg">
<div class="inner"><span class="corners-top"><span></span></span>
@@ -127,6 +129,20 @@
<!-- IF S_VIEWONLINE --><td>{memberrow.VISITED}&nbsp;</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">&nbsp;</th>
+ <th class="info">&nbsp;</th>
+ <th class="joined">&nbsp;</th>
+ <!-- IF U_SORT_ACTIVE --><th class="active">&nbsp;</th><!-- ENDIF -->
+ </tr>
+ </thead>
+ <tbody>
<tr class="bg1">
<td colspan="<!-- IF S_VIEWONLINE -->5<!-- ELSE -->4<!-- ENDIF -->">{L_NO_MEMBERS}</td>
</tr>