diff options
author | plegall <plg@piwigo.org> | 2014-03-18 22:22:06 +0000 |
---|---|---|
committer | plegall <plg@piwigo.org> | 2014-03-18 22:22:06 +0000 |
commit | 674c85fe31ef77e9132d25e316612e7156cdf5e8 (patch) | |
tree | 8ea22b2c5844f0faf3bf75a44a61041cafae6c15 /admin/themes | |
parent | 8c8591ccb0ca20940d4d41ec05a09b25ddaabb00 (diff) |
bug 3053 fixed: columns "groups" and "privacy level" come back in Piwigo 2.6
user manager (which still needs improvement on filtering options...)
git-svn-id: http://piwigo.org/svn/branches/2.6@27836 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'admin/themes')
-rw-r--r-- | admin/themes/default/template/user_list.tpl | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/admin/themes/default/template/user_list.tpl b/admin/themes/default/template/user_list.tpl index 79a2e4dd5..0fb47a0fc 100644 --- a/admin/themes/default/template/user_list.tpl +++ b/admin/themes/default/template/user_list.tpl @@ -880,6 +880,8 @@ span.infos, span.errors {background-image:none; padding:2px 5px; margin:0;border <th>{'Username'|@translate}</th> <th>{'Status'|@translate}</th> <th>{'Email address'|@translate}</th> + <th>{'Groups'|@translate}</th> + <th>{'Privacy level'|@translate}</th> <th>{'registration date'|@translate}</th> </tr> </thead> |