mirror of
https://github.com/Piwigo/Piwigo.git
synced 2026-05-03 03:52:54 +02:00
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:
@@ -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>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user