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
This commit is contained in:
plegall 2006-04-27 20:07:33 +00:00
parent 8b493b7ae7
commit 321d7d474c

View file

@ -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>