From 6a9e165e32a7613bd4e381011993d2461d3b03df Mon Sep 17 00:00:00 2001 From: plegall Date: Mon, 9 May 2005 22:34:21 +0000 Subject: - user list : links to profile page and permissions page are represented by icons (more compact) - user list : ability to associate to a group or to dissociate from a group a list of selected users - user list : ability to set user properties in "batch" mode (a selection of users at once) - user list : alternate background color for each line - (not in ChangeLog) temporary commented code to update current user language if $_POST['language'] is set (see include/user.inc.php for details) git-svn-id: http://piwigo.org/svn/trunk@787 68402e56-0260-453c-a942-63ccdbb3a9ee --- template/default/admin/user_list.tpl | 173 ++++++++++++++++++++++++++++++++++- 1 file changed, 169 insertions(+), 4 deletions(-) (limited to 'template/default/admin/user_list.tpl') diff --git a/template/default/admin/user_list.tpl b/template/default/admin/user_list.tpl index 215564879..1b25a251e 100644 --- a/template/default/admin/user_list.tpl +++ b/template/default/admin/user_list.tpl @@ -52,8 +52,11 @@ - + + +
+ @@ -61,13 +64,175 @@ - - + + + - +
{L_USERNAME} {L_STATUS} {L_EMAIL}{L_ACTIONS}
{user.USERNAME}
{user.STATUS} {user.EMAIL} {user.GROUPS}[{L_PERMISSIONS}] + profile + {L_PERMISSIONS} +
+ + +
Preferences
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
associate to groupe + +
dissociate from groupe + +
{L_NB_IMAGE_LINE} + leave unchanged + set to + +
{L_NB_LINE_PAGE} + leave unchanged + set to + + +
{L_TEMPLATE} + leave unchanged + set to + +
{L_LANGUAGE} + leave unchanged + set to + +
{L_RECENT_PERIOD} + leave unchanged + set to + +
{L_EXPAND} + leave unchanged + set to + {L_YES} + {L_NO} +
{L_SHOW_NB_COMMENTS} + leave unchanged + set to + {L_YES} + {L_NO} +
{L_MAXWIDTH} + leave unchanged + unset + set to + +
{L_MAXHEIGHT} + leave unchanged + unset + set to + +
{L_STATUS} + leave unchanged + set to + +
+ +

+ target + all + selection +

+ +

+ + +

+ + -- cgit v1.2.3