diff options
author | nikrou <nikrou@piwigo.org> | 2006-04-21 21:07:19 +0000 |
---|---|---|
committer | nikrou <nikrou@piwigo.org> | 2006-04-21 21:07:19 +0000 |
commit | 7e317bdbc3d16086a251b5b388539c49ecfb7b1b (patch) | |
tree | 916ad2b01aaf373d704108fca7e4e2156fff24da /template/yoga/admin/user_list.tpl | |
parent | 48fb5a96004f45fbf8a89879ca3fd79d5ad0763c (diff) |
html bug fixed
svn merge -r1238:1240,1242 from branch-1_6 into trunk
git-svn-id: http://piwigo.org/svn/trunk@1244 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'template/yoga/admin/user_list.tpl')
-rw-r--r-- | template/yoga/admin/user_list.tpl | 16 |
1 files changed, 4 insertions, 12 deletions
diff --git a/template/yoga/admin/user_list.tpl b/template/yoga/admin/user_list.tpl index 1483e80f4..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> @@ -303,8 +295,8 @@ <p> {lang:target} - <label><input type="radio" name="target" value="all" /> {lang:all} - <label><input type="radio" name="target" value="selection" checked="checked" /> {lang:selection} + <label><input type="radio" name="target" value="all" /> {lang:all}</label> + <label><input type="radio" name="target" value="selection" checked="checked" /> {lang:selection}</label> </p> <p> |