diff options
author | rub <rub@piwigo.org> | 2007-06-22 21:02:55 +0000 |
---|---|---|
committer | rub <rub@piwigo.org> | 2007-06-22 21:02:55 +0000 |
commit | a8150ba6a26355cedf4f943661a57aa385342416 (patch) | |
tree | f910f05dc4469e7431ad636ab2834b9606e36e84 /template | |
parent | 843d56e38ec174d364a43c0233e1d55a4a1b9c4b (diff) |
Resolved issue 0000711: Add triggers and template block in order to add quickly new informations
git-svn-id: http://piwigo.org/svn/trunk@2041 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to '')
-rw-r--r-- | template/yoga/admin/user_list.tpl | 9 |
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 --> |