From da60b94ca0450f7e9656564fbb944cc98d9b913c Mon Sep 17 00:00:00 2001 From: plegall Date: Wed, 19 Jan 2005 23:36:43 +0000 Subject: - new features : multipages users list. The list can be ordered by id (same effect than registration date) or by username. On each line, you can access properties and permissions for the user git-svn-id: http://piwigo.org/svn/trunk@709 68402e56-0260-453c-a942-63ccdbb3a9ee --- template/default/profile.tpl | 43 ++++++++++++++++++++++++++++++++++++++++++- 1 file changed, 42 insertions(+), 1 deletion(-) (limited to 'template/default') diff --git a/template/default/profile.tpl b/template/default/profile.tpl index b672e566f..79f15764e 100644 --- a/template/default/profile.tpl +++ b/template/default/profile.tpl @@ -5,6 +5,46 @@ + +
{L_USERS_LIST}
+
+ +
+ {L_ORDER_BY} + + + +
+
+ + + + + + + + + + + + + + + + + + + +
{L_USERNAME}{L_STATUS}{L_EMAIL}{L_GROUPS}{L_ACTIONS}
{select_user.user.USERNAME}{select_user.user.STATUS}{select_user.user.EMAIL}{select_user.user.GROUPS}[{L_PERMISSIONS}]
+ @@ -109,6 +149,7 @@ + @@ -118,4 +159,4 @@ [{L_RETURN}] - \ No newline at end of file + -- cgit v1.2.3