- 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:
parent
5293402be5
commit
9cfba96167
4 changed files with 81 additions and 0 deletions
|
|
@ -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 -->
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue