From dded962ded654bbb73eb144d77bea681aad95868 Mon Sep 17 00:00:00 2001 From: plegall Date: Fri, 19 Aug 2005 19:07:13 +0000 Subject: - improvement : less compact presentation of screen admin/element_set_unit. git-svn-id: http://piwigo.org/svn/trunk@836 68402e56-0260-453c-a942-63ccdbb3a9ee --- template/default/admin/cat_modify.tpl | 2 +- template/default/admin/element_set_unit.tpl | 61 +++++++++++++++-------------- template/default/admin/picture_modify.tpl | 2 +- template/default/default.css | 11 ++++++ 4 files changed, 44 insertions(+), 32 deletions(-) (limited to 'template/default') diff --git a/template/default/admin/cat_modify.tpl b/template/default/admin/cat_modify.tpl index 54de1af66..b738bae3f 100644 --- a/template/default/admin/cat_modify.tpl +++ b/template/default/admin/cat_modify.tpl @@ -42,7 +42,7 @@ {L_EDIT_COMMENT} - + diff --git a/template/default/admin/element_set_unit.tpl b/template/default/admin/element_set_unit.tpl index 494e81478..df1247d2d 100644 --- a/template/default/admin/element_set_unit.tpl +++ b/template/default/admin/element_set_unit.tpl @@ -24,39 +24,31 @@ -
+ - Elements + +
+ {element.LEGEND} - + - +
- + - + + + - - - - - - - - - + + + - + + + + + + + -
  - name - author - description - creation date - keywords + {lang:Name}
{lang:Author}
- leave unchanged -
unset -
- +
{lang:Creation date} + + set to
{lang:Keywords}
{lang:Description}
-

- -

-
+ + +

+ + +

+ diff --git a/template/default/admin/picture_modify.tpl b/template/default/admin/picture_modify.tpl index d59c69f59..90a5b7751 100644 --- a/template/default/admin/picture_modify.tpl +++ b/template/default/admin/picture_modify.tpl @@ -104,7 +104,7 @@ {lang:Description} - + diff --git a/template/default/default.css b/template/default/default.css index 2b7ad8bbb..026ca626c 100644 --- a/template/default/default.css +++ b/template/default/default.css @@ -616,3 +616,14 @@ div#adminMain img.thumbnail { margin: 0 auto; display: block; } + +textarea.description { + height: 100px; + width: 500px; + overflow: auto; +} + +fieldset.elementEdit>a { + display: block; + float: right; +} \ No newline at end of file -- cgit v1.2.3