aboutsummaryrefslogtreecommitdiffstats
path: root/template
diff options
context:
space:
mode:
authorplegall <plg@piwigo.org>2006-04-27 20:08:33 +0000
committerplegall <plg@piwigo.org>2006-04-27 20:08:33 +0000
commitf8d72e48d0f65d5f57aabb236c5fa6e412d88d2b (patch)
tree3d77d70d26edca46527ad8873e88c95121d4dbe0 /template
parenta52bf8e293c0b55b4d877b154bfd349486897d99 (diff)
merge -r1279:1280 from branch 1.6 to trunk (bug 357 fixed)
git-svn-id: http://piwigo.org/svn/trunk@1281 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'template')
-rw-r--r--template/yoga/admin/element_set_global.tpl12
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 d92fc9ba0..b62243e30 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>