From c813e43f787bc89fefc86b3a092fb1f3872394f4 Mon Sep 17 00:00:00 2001 From: rub Date: Wed, 7 Mar 2007 22:53:42 +0000 Subject: Add tabsheet on administration pages. Step 2: Regroup categories options into sheet Batch management. On next commit, use of this new method on history and configuration git-svn-id: http://piwigo.org/svn/trunk@1878 68402e56-0260-453c-a942-63ccdbb3a9ee --- template/yoga/admin.tpl | 8 +------- template/yoga/admin/cat_options.tpl | 3 ++- template/yoga/theme/p0w0/theme.css | 2 +- 3 files changed, 4 insertions(+), 9 deletions(-) (limited to 'template') diff --git a/template/yoga/admin.tpl b/template/yoga/admin.tpl index e3f34c2d2..47d6ecf95 100644 --- a/template/yoga/admin.tpl +++ b/template/yoga/admin.tpl @@ -28,13 +28,7 @@
  • {lang:update}
     
  • {lang:manage}
  • {lang:Move}
  • -
  • {lang:upload}
  • -
  • {lang:comments}
  • -
  • {lang:lock}
  • -
  • {lang:cat_security}
  • - -
  • {lang:Representative}
  • - +
  • {lang:Batch management}
  • {lang:Permalinks}
  • diff --git a/template/yoga/admin/cat_options.tpl b/template/yoga/admin/cat_options.tpl index 891dc37d4..2cc1f96a0 100644 --- a/template/yoga/admin/cat_options.tpl +++ b/template/yoga/admin/cat_options.tpl @@ -3,7 +3,8 @@ -

    {lang:title_cat_options}

    +

    {lang:Batch management} {TABSHEET_TITLE}

    + {TABSHEET}
    diff --git a/template/yoga/theme/p0w0/theme.css b/template/yoga/theme/p0w0/theme.css index f71b83030..a85ef6ed7 100644 --- a/template/yoga/theme/p0w0/theme.css +++ b/template/yoga/theme/p0w0/theme.css @@ -284,7 +284,7 @@ input.submit:active { border: 1px solid #fff; border-radius: 6px 6px 0px 0px; /* round corners with CSS3 compliant browsers */ -moz-border-radius: 6px 6px 0px 0px; /* round corners with CSS3 compliant browsers */ - padding: 5px 4em 2px 4em; + padding: 5px 2em 2px 2em; } .tabsheet a { -- cgit v1.2.3