mirror of
https://github.com/Piwigo/Piwigo.git
synced 2026-08-12 03:33:01 +02:00
- user list updated : ability to filter list on status. Function get_enums
comes back to retrieve the list of possible status in the database. git-svn-id: http://piwigo.org/svn/trunk@777 68402e56-0260-453c-a942-63ccdbb3a9ee
This commit is contained in:
@@ -22,6 +22,13 @@
|
||||
|
||||
username <input type="text" name="username" value="{F_USERNAME}" />
|
||||
|
||||
status
|
||||
<select name="status">
|
||||
<!-- BEGIN status_option -->
|
||||
<option value="{status_option.VALUE}" {status_option.SELECTED} > {status_option.CONTENT}</option>
|
||||
<!-- END status_option -->
|
||||
</select>
|
||||
|
||||
group
|
||||
<select name="group">
|
||||
<!-- BEGIN group_option -->
|
||||
|
||||
Reference in New Issue
Block a user