aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorrxu <rxu@mail.ru>2014-05-07 23:31:09 +0800
committerrxu <rxu@mail.ru>2014-05-07 23:31:09 +0800
commit4b54d0b4af18c043e8ae1c6e407707fb59214560 (patch)
tree1cb95e1faf5b55de42327c7baea0b96cd7c222f0
parent3c86a9bcca0301176d35ded3f4a8bf8c485f027f (diff)
downloadforums-4b54d0b4af18c043e8ae1c6e407707fb59214560.tar
forums-4b54d0b4af18c043e8ae1c6e407707fb59214560.tar.gz
forums-4b54d0b4af18c043e8ae1c6e407707fb59214560.tar.bz2
forums-4b54d0b4af18c043e8ae1c6e407707fb59214560.tar.xz
forums-4b54d0b4af18c043e8ae1c6e407707fb59214560.zip
[ticket/12511] Add missing titles for profile fields in members group view
For memberlist group view in cases the group is presented with the group leader and group members, for members profile fields titles are missing: Posts, Joined, Last active and custom profile fields titles. PHPBB3-12511
-rw-r--r--phpBB/styles/prosilver/template/memberlist_body.html8
1 files changed, 4 insertions, 4 deletions
diff --git a/phpBB/styles/prosilver/template/memberlist_body.html b/phpBB/styles/prosilver/template/memberlist_body.html
index dd5e27a10e..7623fbe38b 100644
--- a/phpBB/styles/prosilver/template/memberlist_body.html
+++ b/phpBB/styles/prosilver/template/memberlist_body.html
@@ -96,10 +96,10 @@
<!-- IF U_SORT_ACTIVE --><th class="active"><a href="{U_SORT_ACTIVE}#memberlist">{L_LAST_ACTIVE}</a></th><!-- ENDIF -->
<!-- ELSEIF S_SHOW_GROUP -->
<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 -->
+ <th class="posts">{L_POSTS}</th>
+ <th class="info"><!-- BEGIN custom_fields --><!-- IF not custom_fields.S_FIRST_ROW -->{L_COMMA_SEPARATOR} <!-- ENDIF -->{custom_fields.PROFILE_FIELD_NAME}<!-- END custom_fields --></th>
+ <th class="joined">{L_JOINED}</th>
+ <!-- IF U_SORT_ACTIVE --><th class="active">{L_LAST_ACTIVE}</th><!-- ENDIF -->
<!-- ENDIF -->
</tr>
</thead>