mirror of
https://github.com/Piwigo/Piwigo.git
synced 2026-08-03 07:23:12 +02:00
html bug fixed:
- input must be in a block tag - remove session id (input hidden) git-svn-id: http://piwigo.org/svn/branches/branch-1_6@1240 68402e56-0260-453c-a942-63ccdbb3a9ee
This commit is contained in:
@@ -14,18 +14,10 @@
|
||||
</fieldset>
|
||||
</form>
|
||||
|
||||
<form class="filter" method="get" name="filter" action="{F_FILTER_ACTION}">
|
||||
|
||||
<input type="hidden" name="page" value="user_list" />
|
||||
|
||||
<!-- BEGIN session -->
|
||||
<input type="hidden" name="id" value="{session.ID}" />
|
||||
<!-- END session -->
|
||||
|
||||
<form class="filter" method="get" name="filter" action="{F_FILTER_ACTION}">
|
||||
<fieldset>
|
||||
|
||||
<legend>{lang:Filter}</legend>
|
||||
|
||||
<input type="hidden" name="page" value="user_list" />
|
||||
|
||||
<label>{lang:Username} <input type="text" name="username" value="{F_USERNAME}" /></label>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user