diff options
author | plegall <plg@piwigo.org> | 2014-03-18 22:23:38 +0000 |
---|---|---|
committer | plegall <plg@piwigo.org> | 2014-03-18 22:23:38 +0000 |
commit | 6aa62e86134211462f74d7f3c13a851e519c9307 (patch) | |
tree | 834bc7d2d4a4291d8642f37cf5848228b27775cc /admin/themes | |
parent | 7defc05b9d06d66d65ba13d699a60079e18e4cf1 (diff) |
merge r27836 from branch 2.6 to trunk
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/trunk@27837 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to '')
-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> |