mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-27 21:58:52 +00:00
[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
This commit is contained in:
parent
3c86a9bcca
commit
4b54d0b4af
1 changed files with 4 additions and 4 deletions
|
@ -96,10 +96,10 @@
|
||||||
<!-- IF U_SORT_ACTIVE --><th class="active"><a href="{U_SORT_ACTIVE}#memberlist">{L_LAST_ACTIVE}</a></th><!-- ENDIF -->
|
<!-- IF U_SORT_ACTIVE --><th class="active"><a href="{U_SORT_ACTIVE}#memberlist">{L_LAST_ACTIVE}</a></th><!-- ENDIF -->
|
||||||
<!-- ELSEIF S_SHOW_GROUP -->
|
<!-- ELSEIF S_SHOW_GROUP -->
|
||||||
<th class="name">{L_GROUP_MEMBERS}</th>
|
<th class="name">{L_GROUP_MEMBERS}</th>
|
||||||
<th class="posts"> </th>
|
<th class="posts">{L_POSTS}</th>
|
||||||
<th class="info"> </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"> </th>
|
<th class="joined">{L_JOINED}</th>
|
||||||
<!-- IF U_SORT_ACTIVE --><th class="active"> </th><!-- ENDIF -->
|
<!-- IF U_SORT_ACTIVE --><th class="active">{L_LAST_ACTIVE}</th><!-- ENDIF -->
|
||||||
<!-- ENDIF -->
|
<!-- ENDIF -->
|
||||||
</tr>
|
</tr>
|
||||||
</thead>
|
</thead>
|
||||||
|
|
Loading…
Add table
Reference in a new issue