aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorpatdenice <patdenice@piwigo.org>2008-10-04 20:43:43 +0000
committerpatdenice <patdenice@piwigo.org>2008-10-04 20:43:43 +0000
commit73c04ed83c1b02341db07d770c74a824120cf23e (patch)
tree099504059e7813805566efe736b090095ca08b30
parent7d38fdeec0591ca8930c20f620ded13a8d10bedf (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
-rw-r--r--admin/template/goto/intro.tpl12
-rw-r--r--admin/template/goto/theme/roma/theme.css4
-rw-r--r--language/en_UK/admin.lang.php1
-rw-r--r--language/es_ES/admin.lang.php1
-rw-r--r--language/fr_FR/admin.lang.php1
-rw-r--r--language/it_IT/admin.lang.php1
-rw-r--r--language/nl_NL/admin.lang.php1
7 files changed, 14 insertions, 7 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
diff --git a/admin/template/goto/theme/roma/theme.css b/admin/template/goto/theme/roma/theme.css
index 3d6710510..d1307b10e 100644
--- a/admin/template/goto/theme/roma/theme.css
+++ b/admin/template/goto/theme/roma/theme.css
@@ -163,8 +163,8 @@ body .ui-resizable-autohide .ui-resizable-handle { display: none; } /* use 'body
.ui-resizable-se { cursor: se-resize; width: 9px; height: 9px; right: 0px; bottom: 0px; background: transparent url(images/resizable-se.gif); }
.ui-resizable-sw { cursor: sw-resize; width: 9px; height: 9px; left: 0px; bottom: 0px; background: transparent url(images/resizable-sw.gif); }
.ui-resizable-nw { cursor: nw-resize; width: 9px; height: 9px; left: 0px; top: 0px; background: transparent url(images/resizable-nw.gif); }
-.ui-resizable-ne { cursor: ne-resize; width: 9px; height: 9px; right: 0px; top: 0px; background: transparent url(images/resizable-ne.gif);
+.ui-resizable-ne { cursor: ne-resize; width: 9px; height: 9px; right: 0px; top: 0px; background: transparent url(images/resizable-ne.gif); }
/* hacks */
html>body #menubar {min-height:477px; height:477px;} /* IE 7 and modern browsers */
-*+html .bigtext { left: 65px; }
+*+html .bigtext { left: 70px; }
*+html .bigbutton input, * html .bigbutton input { left:0px; position:relative; top:-40px; } \ No newline at end of file
diff --git a/language/en_UK/admin.lang.php b/language/en_UK/admin.lang.php
index 3f8222687..bcf3dfb97 100644
--- a/language/en_UK/admin.lang.php
+++ b/language/en_UK/admin.lang.php
@@ -638,4 +638,5 @@ $lang['Images manual order was saved'] = 'Images manual order was saved';
$lang['ranks'] = 'ranks';
$lang['Drag to re-order'] = 'Drag to re-order';
$lang['Unable to retrieve server informations since allow_url_fopen is disabled.'] = 'Unable to retrieve server informations since allow_url_fopen is disabled.';
+$lang['Quick Local Synchronization'] = 'Quick Local Synchronization';
?>
diff --git a/language/es_ES/admin.lang.php b/language/es_ES/admin.lang.php
index 3870ad078..1b93dde09 100644
--- a/language/es_ES/admin.lang.php
+++ b/language/es_ES/admin.lang.php
@@ -635,4 +635,5 @@ $lang['Images manual order was saved'] = 'La orden manual de las imágenes ha si
$lang['ranks'] = 'Filas';
/* TODO */ $lang['Drag to re-order'] = 'Drag to re-order';
/* TODO */ $lang['Unable to retrieve server informations since allow_url_fopen is disabled.'] = 'Unable to retrieve server informations since allow_url_fopen is disabled.';
+/* TODO */ $lang['Quick Local Synchronization'] = 'Quick Local Synchronization';
?>
diff --git a/language/fr_FR/admin.lang.php b/language/fr_FR/admin.lang.php
index a5513f055..dad599162 100644
--- a/language/fr_FR/admin.lang.php
+++ b/language/fr_FR/admin.lang.php
@@ -637,4 +637,5 @@ $lang['Images manual order was saved'] = 'L\'ordre manuel des images a été sau
$lang['ranks'] = 'rangs';
$lang['Drag to re-order'] = 'Cliquer-glisser pour ré-organiser';
$lang['Unable to retrieve server informations since allow_url_fopen is disabled.'] = 'Impossible de se connecter au server car la fonction allow_url_fopen est désactivée.';
+$lang['Quick Local Synchronization'] = 'Synchronisation Rapide';
?>
diff --git a/language/it_IT/admin.lang.php b/language/it_IT/admin.lang.php
index f2a44ee04..4f3ebb231 100644
--- a/language/it_IT/admin.lang.php
+++ b/language/it_IT/admin.lang.php
@@ -637,4 +637,5 @@ $lang['Images manual order was saved'] = 'L\'ordinamento manuale delle immagini
$lang['ranks'] = 'rangs';
/* TODO */ $lang['Drag to re-order'] = 'Drag to re-order';
/* TODO */ $lang['Unable to retrieve server informations since allow_url_fopen is disabled.'] = 'Unable to retrieve server informations since allow_url_fopen is disabled.';
+/* TODO */ $lang['Quick Local Synchronization'] = 'Quick Local Synchronization';
?>
diff --git a/language/nl_NL/admin.lang.php b/language/nl_NL/admin.lang.php
index e99605477..edecd14b7 100644
--- a/language/nl_NL/admin.lang.php
+++ b/language/nl_NL/admin.lang.php
@@ -633,4 +633,5 @@ $lang['edit category informations'] = 'bewerk categorie informatie';
/* TODO */ $lang['overrides existing values with empty ones'] = 'overrides existing values with empty ones';
/* TODO */ $lang['Drag to re-order'] = 'Drag to re-order';
/* TODO */ $lang['Unable to retrieve server informations since allow_url_fopen is disabled.'] = 'Unable to retrieve server informations since allow_url_fopen is disabled.';
+/* TODO */ $lang['Quick Local Synchronization'] = 'Quick Local Synchronization';
?>