From dcb692644565bda0782c7e79df7142dabadbe1eb Mon Sep 17 00:00:00 2001 From: chrisaga Date: Sat, 8 Jul 2006 18:23:43 +0000 Subject: merge from trunk r1447:1448 into branch 1.6 (admin forms improvements, ...) git-svn-id: http://piwigo.org/svn/branches/branch-1_6@1449 68402e56-0260-453c-a942-63ccdbb3a9ee --- template/yoga/admin/cat_modify.tpl | 14 +++++++------- template/yoga/admin/configuration.tpl | 10 +++++++--- template/yoga/admin/default-layout.css | 10 ++++++++++ template/yoga/admin/site_update.tpl | 12 ++++++------ template/yoga/default-layout.css | 7 ++++--- template/yoga/fix-ie5-ie6.css | 2 +- 6 files changed, 35 insertions(+), 20 deletions(-) (limited to 'template') diff --git a/template/yoga/admin/cat_modify.tpl b/template/yoga/admin/cat_modify.tpl index ed8861d84..c298f6856 100644 --- a/template/yoga/admin/cat_modify.tpl +++ b/template/yoga/admin/cat_modify.tpl @@ -55,10 +55,10 @@ -
+
{lang:Move} {lang:Parent category} - @@ -66,7 +66,7 @@
-
+
{lang:Options} @@ -108,7 +108,7 @@

-
+
{lang:Representant}
@@ -139,7 +139,7 @@ -
+
{lang:Link all category elements to a new category}
@@ -151,7 +151,7 @@
{lang:Parent category} - @@ -167,7 +167,7 @@ -
+
{lang:Link all category elements to some existing categories} diff --git a/template/yoga/admin/configuration.tpl b/template/yoga/admin/configuration.tpl index a0578692d..ea4c202c6 100644 --- a/template/yoga/admin/configuration.tpl +++ b/template/yoga/admin/configuration.tpl @@ -8,8 +8,8 @@ -
+
{lang:conf_general_title}
    @@ -24,7 +24,7 @@ - +
  • @@ -58,9 +58,11 @@
+
+
{lang:conf_comments_title}
    @@ -83,8 +85,10 @@
+
+
{lang:conf_default_title}
    @@ -157,8 +161,8 @@
+
-

diff --git a/template/yoga/admin/default-layout.css b/template/yoga/admin/default-layout.css index f65251a2e..64276df26 100644 --- a/template/yoga/admin/default-layout.css +++ b/template/yoga/admin/default-layout.css @@ -88,8 +88,18 @@ TABLE.doubleSelect TD { width: 50%; } +TABLE.doubleSelect SELECT.categoryList { + width: 100%; +} + FORM#categoryPermissions LI { display:inline; white-space: nowrap; } +FIELDSET#generalConf SPAN.property { + width: 25%; +} +FIELDSET#generalConf TEXTAREA.description { + width: 70%; +} diff --git a/template/yoga/admin/site_update.tpl b/template/yoga/admin/site_update.tpl index d3d0221ca..91aef24a7 100644 --- a/template/yoga/admin/site_update.tpl +++ b/template/yoga/admin/site_update.tpl @@ -1,4 +1,4 @@ - +

    @@ -61,7 +61,7 @@

    {lang:update_default_title}

    -
    +
    {lang:update_sync_files}
    • @@ -70,7 +70,7 @@
    -
    +
    {lang:update_sync_metadata} {lang:update_used_metadata} : {METADATA_LIST}.
      @@ -79,16 +79,16 @@
    -
    +
    -
    +
    {lang:update_cats_subset}
    • - diff --git a/template/yoga/default-layout.css b/template/yoga/default-layout.css index 824578303..d087bc8fa 100644 --- a/template/yoga/default-layout.css +++ b/template/yoga/default-layout.css @@ -75,14 +75,15 @@ FORM P { } TEXTAREA.description { - height: 100px; - width: 500px; + height: 6em; + width: 40em; overflow: auto; } SELECT.categoryList { height: 20em; - width: 30em; + /*max-width: 60em;*/ + width: auto; } /** diff --git a/template/yoga/fix-ie5-ie6.css b/template/yoga/fix-ie5-ie6.css index 264885b8b..99d2b311b 100644 --- a/template/yoga/fix-ie5-ie6.css +++ b/template/yoga/fix-ie5-ie6.css @@ -18,7 +18,7 @@ H1, #theHeader { /* to get less hugly checkboxes at least in tagSelection */ /* as well as several forms */ -FORM#update INPUT, +FORM#update FIELDSET INPUT, UL.tagSelection LI INPUT, #content UL.thumbnails SPAN.wrap2 INPUT { border: none; -- cgit v1.2.3