From 7a8b502e11024ec407842cbd92c926529a1ee9dc Mon Sep 17 00:00:00 2001 From: plegall Date: Thu, 18 Aug 2005 17:59:00 +0000 Subject: - improvement : screen admin/picture_modify rewritten. Presentation copied from admin/cat_modify : fieldsets regroup fields. Ability to synchronize metadata for the displayed item. - bug 110 fixed : "return to element view from element edition fails depending on permissions". If a reachable (for the connected admin) category is available, a "jump to" link is displayed, by default, using the category given in URL. - bug fixed : in mass_updates function, the first item of $fields['update'] has not always 0 for id (as in any array). - modification : get_keywords function understands spaces as separator, allow less than 3 chars keywords, allow quotes. - new : ability to allow HTML in picture or category description (false by default) git-svn-id: http://piwigo.org/svn/trunk@825 68402e56-0260-453c-a942-63ccdbb3a9ee --- template/default/admin/cat_perm.tpl | 4 +- template/default/admin/picture_modify.tpl | 188 +++++++++++++++++++----------- template/default/default.css | 13 ++- template/default/theme/sync_metadata.png | Bin 0 -> 1796 bytes 4 files changed, 137 insertions(+), 68 deletions(-) create mode 100644 template/default/theme/sync_metadata.png (limited to 'template/default') diff --git a/template/default/admin/cat_perm.tpl b/template/default/admin/cat_perm.tpl index 0cddb2549..b71cdedc9 100644 --- a/template/default/admin/cat_perm.tpl +++ b/template/default/admin/cat_perm.tpl @@ -1,4 +1,6 @@ -

{TITLE}

+

{lang:Manage permissions for a category}

+ +

{CATEGORIES_NAV}

diff --git a/template/default/admin/picture_modify.tpl b/template/default/admin/picture_modify.tpl index f16dce412..d59c69f59 100644 --- a/template/default/admin/picture_modify.tpl +++ b/template/default/admin/picture_modify.tpl @@ -1,75 +1,131 @@

{lang:title_picmod}

-
{TITLE_IMG}
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
{L_UPLOAD_NAME} [ {L_DEFAULT} : {DEFAULT_NAME_IMG} ]
{L_FILE}{FILE_IMG}
{L_SIZE}{SIZE_IMG}
{L_FILESIZE}{FILESIZE_IMG}
{L_REGISTRATION_DATE}{REGISTRATION_DATE_IMG}
{L_PATH}{PATH_IMG}
{L_STORAGE_CATEGORY}{STORAGE_CATEGORY_IMG}
{L_AUTHOR}
{L_CREATION_DATE}
{L_KEYWORDS}
{L_COMMENT}
 
- - -
+{lang:thumbnail} + + + + + +
+ {lang:Informations} + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
{lang:Path}{PATH}
{lang:Registration date}{REGISTRATION_DATE}
{lang:Dimensions}{DIMENSIONS}
{lang:Filesize}{FILESIZE}
{lang:Storage category}{STORAGE_CATEGORY}
{lang:Linked categories} +
    + +
  • {links.category.NAME}
  • + +
+
+ +
+ +
+ {lang:Properties} + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
{lang:Name}
{lang:Author}
{lang:Creation date} + + set to + + + +
{lang:Keywords}
{lang:Description}
+ +

+ + +

+ +
+
-
+
{lang:Association to categories}
-

{L_CAT_ASSOCIATED}

+

{lang:Associated}

-

{L_CAT_DISSOCIATED}

+

{lang:Dissociated}

-

{L_REPRESENTS}

+

{lang:Represents}

-

{L_DOESNT_REPRESENT}

+

{lang:Does not represent}