aboutsummaryrefslogtreecommitdiffstats
path: root/admin/template/goto/intro.tpl
diff options
context:
space:
mode:
authorvdigital <vdigital@piwigo.org>2008-09-19 21:41:19 +0000
committervdigital <vdigital@piwigo.org>2008-09-19 21:41:19 +0000
commit67ffcee5040fcb20775332ae18f8da4668410c84 (patch)
tree56bb83d152e8993a6d389d5f922978d28ec59739 /admin/template/goto/intro.tpl
parentf3c2080767dfeafa8aa0e645c8c713ca026aeeb9 (diff)
Big button is fully working with Firefox.
With IE 7 there is a bug, z-index doesn't work a transparent button is covering text "Quick Local Synchro". git-svn-id: http://piwigo.org/svn/trunk@2552 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to '')
-rw-r--r--admin/template/goto/intro.tpl8
1 files changed, 6 insertions, 2 deletions
diff --git a/admin/template/goto/intro.tpl b/admin/template/goto/intro.tpl
index 30ae67372..47e908167 100644
--- a/admin/template/goto/intro.tpl
+++ b/admin/template/goto/intro.tpl
@@ -47,7 +47,7 @@
</dl>
-<form action="{$U_CAT_UPDATE}" method="post" id="update" style="display: block; text-align:right;">
+<form name="QuickSynchro" action="{$U_CAT_UPDATE}" method="post" id="update" style="display: block; text-align:right;">
<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" />
@@ -55,5 +55,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"/>
-<div class="bigbutton"><input type="submit" value="" name="submit"/><div class="bigtext">{'Quick Local Synchronization'|@translate}</div></div>
+<span class="bigbutton">
+<span class="bigtext">{'Quick Local Synchronization'|@translate}</></span>
+<input type="submit" value="" name="submit"/>
+</span>
+
</form> \ No newline at end of file