From f60f59a4c6099b387eae41691275a8dbec6f6f0d Mon Sep 17 00:00:00 2001 From: plegall Date: Tue, 23 Mar 2010 12:04:31 +0000 Subject: bug fixed: hide border on admin/configuration fieldsets to avoid empty legend. Add missing i18n on admin.tpl, admin header/footer, pLoader page, theme manager. git-svn-id: http://piwigo.org/svn/trunk@5284 68402e56-0260-453c-a942-63ccdbb3a9ee --- admin/themes/default/default-layout.css | 4 +++- admin/themes/default/template/admin.tpl | 2 +- admin/themes/default/template/configuration.tpl | 4 +++- admin/themes/default/template/footer.tpl | 6 +++--- admin/themes/default/template/header.tpl | 10 +++++----- admin/themes/default/template/photos_add_ploader.tpl | 8 ++++---- admin/themes/default/template/photos_add_settings.tpl | 2 +- admin/themes/default/template/themes_installed.tpl | 6 +++--- 8 files changed, 23 insertions(+), 19 deletions(-) diff --git a/admin/themes/default/default-layout.css b/admin/themes/default/default-layout.css index 756d2b1bc..499e11e20 100644 --- a/admin/themes/default/default-layout.css +++ b/admin/themes/default/default-layout.css @@ -750,4 +750,6 @@ h2:lang(en) { text-transform:capitalize; } #helpContent P {text-align:left; margin-left:10px;} #helpContent LI, #ftpPage LI {margin-top:10px;} -#helpContent P.nextStepLink {text-align:center; font-weight:bold; margin-bottom:20px;} \ No newline at end of file +#helpContent P.nextStepLink {text-align:center; font-weight:bold; margin-bottom:20px;} + +#configContent FIELDSET {border:none;} \ No newline at end of file diff --git a/admin/themes/default/template/admin.tpl b/admin/themes/default/template/admin.tpl index 52984d0f1..dca3cda6c 100644 --- a/admin/themes/default/template/admin.tpl +++ b/admin/themes/default/template/admin.tpl @@ -13,7 +13,7 @@ jQuery().ready(function(){ldelim}
diff --git a/admin/themes/default/template/header.tpl b/admin/themes/default/template/header.tpl index 4068bfe74..61eb3602b 100644 --- a/admin/themes/default/template/header.tpl +++ b/admin/themes/default/template/header.tpl @@ -39,17 +39,17 @@ diff --git a/admin/themes/default/template/photos_add_ploader.tpl b/admin/themes/default/template/photos_add_ploader.tpl index bbff9804e..266285dc7 100644 --- a/admin/themes/default/template/photos_add_ploader.tpl +++ b/admin/themes/default/template/photos_add_ploader.tpl @@ -52,11 +52,11 @@ $().ready(function(){
-

pLoader stands for Piwigo Uploader. From your computer, pLoader prepares your photos and transfer them to your Piwigo photo gallery.

+

{'pLoader stands for Piwigo Uploader. From your computer, pLoader prepares your photos and transfer them to your Piwigo photo gallery.'|@translate}

  1. - Download, + {'Download,'|@translate} @@ -82,7 +82,7 @@ $().ready(function(){
  2. -
  3. Install on your computer,
  4. -
  5. Start pLoader and add your photos.
  6. +
  7. {'Install on your computer,'|@translate}
  8. +
  9. {'Start pLoader and add your photos.'|@translate}
\ No newline at end of file diff --git a/admin/themes/default/template/photos_add_settings.tpl b/admin/themes/default/template/photos_add_settings.tpl index 856585404..d3bf2ecc6 100644 --- a/admin/themes/default/template/photos_add_settings.tpl +++ b/admin/themes/default/template/photos_add_settings.tpl @@ -19,7 +19,7 @@ $(document).ready(function(){ {/literal} -
+

{'Upload Photos'|@translate}

diff --git a/admin/themes/default/template/themes_installed.tpl b/admin/themes/default/template/themes_installed.tpl index 4b050c51c..28d4df66a 100644 --- a/admin/themes/default/template/themes_installed.tpl +++ b/admin/themes/default/template/themes_installed.tpl @@ -5,12 +5,12 @@
-Active Themes +{'Active Themes'|@translate} {if isset($active_themes)}
{foreach from=$active_themes item=theme}
-
{$theme.name}{if $theme.is_default} (default){/if}
+
{$theme.name}{if $theme.is_default} ({'default'|@translate}){/if}
{'Deactivate'|@translate} @@ -26,7 +26,7 @@ {if isset($inactive_themes)}
-Inactive Themes +{'Inactive Themes'|@translate}
{foreach from=$inactive_themes item=theme}
-- cgit v1.2.3