From 3b957eb48093b4705cd98d0f9c70ea932a37e633 Mon Sep 17 00:00:00 2001 From: plegall Date: Sun, 14 Aug 2005 18:18:47 +0000 Subject: - modification : simplification of HTML/CSS code for double select screen to manage categories properties (admin/cat_options) - typo fixed : in menu language key for [admin > categories > representative] git-svn-id: http://piwigo.org/svn/trunk@812 68402e56-0260-453c-a942-63ccdbb3a9ee --- template/default/admin.tpl | 2 +- template/default/admin/cat_options.tpl | 55 +++++++++++++++++----------------- template/default/default.css | 13 ++++++++ 3 files changed, 42 insertions(+), 28 deletions(-) (limited to 'template/default') diff --git a/template/default/admin.tpl b/template/default/admin.tpl index 8c72195d2..39879fffb 100644 --- a/template/default/admin.tpl +++ b/template/default/admin.tpl @@ -43,7 +43,7 @@
  • {L_CAT_VISIBLE}
  • {L_CAT_STATUS}
  • -
  • {lang:Representatve}
  • +
  • {lang:Representative}
  • diff --git a/template/default/admin/cat_options.tpl b/template/default/admin/cat_options.tpl index c9cf1e8ef..83829cff5 100644 --- a/template/default/admin/cat_options.tpl +++ b/template/default/admin/cat_options.tpl @@ -1,31 +1,32 @@
    {L_CAT_TITLE}
    -
    -
    -
    -
    - {L_CAT_OPTIONS_TRUE}
    - -
    -
    -
    - -
    -
    - {L_CAT_OPTIONS_FALSE}
    - -
    -
    -
    - - + + + + + + + + + + +
    +

    {L_CAT_OPTIONS_TRUE}

    + +

    +
    +

    {L_CAT_OPTIONS_FALSE}

    + +

    +
    +
    {L_CAT_OPTIONS_INFO}
    diff --git a/template/default/default.css b/template/default/default.css index d326f45ff..352f5d5f1 100644 --- a/template/default/default.css +++ b/template/default/default.css @@ -508,3 +508,16 @@ fieldset { fieldset>legend { margin: 5px; } + +select.categoryList { + width: 400px; +} + +table.doubleSelect { + text-align: center; + margin: 0 auto; +} + +table.doubleSelect td { + padding: 0 5px; +} \ No newline at end of file -- cgit v1.2.3