aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB
diff options
context:
space:
mode:
authorMarc Alexander <admin@m-a-styles.de>2018-10-27 23:43:55 +0200
committerMarc Alexander <admin@m-a-styles.de>2018-10-27 23:43:55 +0200
commit0cded66ff2833da9afaf06b1418d9b9322a890fa (patch)
treed6bb42117ac206a4ce20566e364c25d06e13a507 /phpBB
parenta772949162ca1f43334de88e987f1516fe19c582 (diff)
parent1081aaee3e838995c072cc78db78b2b5d5c6b14f (diff)
downloadforums-0cded66ff2833da9afaf06b1418d9b9322a890fa.tar
forums-0cded66ff2833da9afaf06b1418d9b9322a890fa.tar.gz
forums-0cded66ff2833da9afaf06b1418d9b9322a890fa.tar.bz2
forums-0cded66ff2833da9afaf06b1418d9b9322a890fa.tar.xz
forums-0cded66ff2833da9afaf06b1418d9b9322a890fa.zip
Merge pull request #5380 from senky/ticket/15619
[ticket/15619] Always display CPF legend
Diffstat (limited to 'phpBB')
-rw-r--r--phpBB/styles/prosilver/template/memberlist_body.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/styles/prosilver/template/memberlist_body.html b/phpBB/styles/prosilver/template/memberlist_body.html
index 255e6746e1..cedc5031c7 100644
--- a/phpBB/styles/prosilver/template/memberlist_body.html
+++ b/phpBB/styles/prosilver/template/memberlist_body.html
@@ -88,7 +88,7 @@
<!-- IF not S_LEADERS_SET -->
<th class="name" data-dfn="{L_RANK}{L_COMMA_SEPARATOR}{L_USERNAME}"><span class="rank-img"><a href="{U_SORT_RANK}">{L_RANK}</a></span><a href="{U_SORT_USERNAME}"><!-- IF S_SHOW_GROUP -->{L_GROUP_MEMBERS}<!-- ELSE -->{L_USERNAME}<!-- ENDIF --></a></th>
<th class="posts"><a href="{U_SORT_POSTS}#memberlist">{L_POSTS}</a></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="info">{% for field in custom_fields %}{% if not loop.first %}{L_COMMA_SEPARATOR} {% endif %}{{ field.PROFILE_FIELD_NAME }}{% endfor %}</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 -->
<!-- ELSEIF S_SHOW_GROUP -->