diff options
author | plegall <plg@piwigo.org> | 2006-04-27 20:07:33 +0000 |
---|---|---|
committer | plegall <plg@piwigo.org> | 2006-04-27 20:07:33 +0000 |
commit | 321d7d474c0c88316472e96d9740b2c4bbb6f6a6 (patch) | |
tree | a467a83d7b9b7759bcd38f8390a2c799362f108e /template/yoga/admin/element_set_global.tpl | |
parent | 8b493b7ae7d9fcb2839f17c319ab6ecebd2c9b19 (diff) |
bug 357 fixed: use 2 form to have the expected behaviour when pressing after
filling the "author" textfield.
improvement: use labels on targets to make them easier to select.
git-svn-id: http://piwigo.org/svn/branches/branch-1_6@1280 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'template/yoga/admin/element_set_global.tpl')
-rw-r--r-- | template/yoga/admin/element_set_global.tpl | 12 |
1 files changed, 8 insertions, 4 deletions
diff --git a/template/yoga/admin/element_set_global.tpl b/template/yoga/admin/element_set_global.tpl index 1706646b9..afe4a735c 100644 --- a/template/yoga/admin/element_set_global.tpl +++ b/template/yoga/admin/element_set_global.tpl @@ -31,6 +31,10 @@ </fieldset> +</form> + +<form action="{F_ACTION}" method="post"> + <fieldset> <legend>{lang:Display options}</legend> @@ -139,14 +143,14 @@ </table> - <p style="text-align:center;"> + <p> {lang:target} - <input type="radio" name="target" value="all" /> {lang:all} - <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 style="text-align:center;"><input type="submit" value="{L_SUBMIT}" name="submit" {TAG_INPUT_ENABLED}/></p> + <p><input type="submit" value="{L_SUBMIT}" name="submit" {TAG_INPUT_ENABLED}/></p> </fieldset> |