- 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:
plegall 2005-04-30 14:36:57 +00:00
commit 9cfba96167
4 changed files with 81 additions and 0 deletions

View file

@ -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 -->