aboutsummaryrefslogtreecommitdiffstats
path: root/template/yoga
diff options
context:
space:
mode:
authornikrou <nikrou@piwigo.org>2006-04-21 20:34:41 +0000
committernikrou <nikrou@piwigo.org>2006-04-21 20:34:41 +0000
commite915bd4b6ccac1f2980c5cb12dc196d34eb92b63 (patch)
treeb10d675f2a25cb92bad70e4a5e164cbbcad7c7aa /template/yoga
parent6b376444b53279a88dceb949abbd471fef524bae (diff)
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
Diffstat (limited to 'template/yoga')
-rw-r--r--template/yoga/admin/user_list.tpl12
1 files changed, 2 insertions, 10 deletions
diff --git a/template/yoga/admin/user_list.tpl b/template/yoga/admin/user_list.tpl
index 427dbc052..e6c1e81b6 100644
--- a/template/yoga/admin/user_list.tpl
+++ b/template/yoga/admin/user_list.tpl
@@ -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>