diff options
author | patdenice <patdenice@piwigo.org> | 2008-10-04 20:43:43 +0000 |
---|---|---|
committer | patdenice <patdenice@piwigo.org> | 2008-10-04 20:43:43 +0000 |
commit | 73c04ed83c1b02341db07d770c74a824120cf23e (patch) | |
tree | 099504059e7813805566efe736b090095ca08b30 /admin/template/goto/intro.tpl | |
parent | 7d38fdeec0591ca8930c20f620ded13a8d10bedf (diff) |
- Correct display bug of quick local synchro in IE7.
- Translate this button.
git-svn-id: http://piwigo.org/svn/trunk@2658 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'admin/template/goto/intro.tpl')
-rw-r--r-- | admin/template/goto/intro.tpl | 12 |
1 files changed, 7 insertions, 5 deletions
diff --git a/admin/template/goto/intro.tpl b/admin/template/goto/intro.tpl index 370e34738..2bde582f3 100644 --- a/admin/template/goto/intro.tpl +++ b/admin/template/goto/intro.tpl @@ -48,7 +48,8 @@ </dl> -<form name="QuickSynchro" action="{$U_CAT_UPDATE}" method="post" id="update" style="display: block; text-align:right;"> +<form name="QuickSynchro" action="{$U_CAT_UPDATE}" method="post" id="QuickSynchro" style="display: block; text-align:right;"> +<div> <input type="hidden" name="sync" value="files" checked="checked" /> <input type="hidden" name="display_info" value="1" checked="checked" /> <input type="hidden" name="add_to_caddie" value="1" checked="checked" /> @@ -56,8 +57,9 @@ <input type="hidden" name="sync_meta" checked="checked"/> <input type="hidden" name="simulate" value="0" /> <input type="hidden" name="subcats-included" value="1" checked="checked"/> -<span class="bigbutton"> -<span class="bigtext">{'Quick Local Synchronization'|@translate}</></span> -<input type="submit" value="" name="submit"/> -</span> +</div> +<div class="bigbutton"> +<span class="bigtext">{'Quick Local Synchronization'|@translate}</span> +<input type="submit" value="" name="submit"> +</div> </form>
\ No newline at end of file |