aboutsummaryrefslogtreecommitdiffstats
path: root/template/yoga/admin
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--template/yoga/admin/user_list.tpl9
1 files changed, 9 insertions, 0 deletions
diff --git a/template/yoga/admin/user_list.tpl b/template/yoga/admin/user_list.tpl
index 8f38fc9ae..07c303ec4 100644
--- a/template/yoga/admin/user_list.tpl
+++ b/template/yoga/admin/user_list.tpl
@@ -74,6 +74,9 @@
<th>{lang:Email address}</th>
<th>{lang:Groups}</th>
<th>{lang:properties}</th>
+ <!-- BEGIN cpl_title_user -->
+ <th>{cpl_title_user.CAPTION}</th>
+ <!-- END cpl_title_user -->
<th>{lang:actions}</th>
</tr>
<!-- BEGIN user -->
@@ -84,9 +87,15 @@
<td>{user.EMAIL}</td>
<td>{user.GROUPS}</td>
<td>{user.PROPERTIES}</td>
+ <!-- BEGIN cpl_user -->
+ <td>{user.cpl_user.DATA}</td>
+ <!-- END cpl_user -->
<td style="text-align:center;">
<a href="{user.U_PERM}"><img src="{themeconf:icon_dir}/permissions.png" class="button" style="border:none" alt="{lang:permissions}" title="{lang:permissions}" /></a>
<a href="{user.U_PROFILE}"><img src="{themeconf:icon_dir}/edit_s.png" class="button" style="border:none" alt="{lang:Profile}" title="{lang:Profile}" /></a>
+ <!-- BEGIN cpl_link_user -->
+ {user.cpl_link_user.DATA}
+ <!-- END cpl_link_user -->
</td>
</tr>
<!-- END user -->