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
This commit is contained in:
plegall
2006-04-27 20:08:33 +00:00
parent a52bf8e293
commit f8d72e48d0

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>