From ba4f23dd830eedad3de915b6443665ebeb29673c Mon Sep 17 00:00:00 2001 From: rvelices Date: Fri, 29 Feb 2008 01:25:13 +0000 Subject: picture, footer and picture modify template migration git-svn-id: http://piwigo.org/svn/trunk@2227 68402e56-0260-453c-a942-63ccdbb3a9ee --- template/yoga/admin/picture_modify.tpl | 146 +++++++++++++++------------------ 1 file changed, 67 insertions(+), 79 deletions(-) (limited to 'template/yoga/admin/picture_modify.tpl') diff --git a/template/yoga/admin/picture_modify.tpl b/template/yoga/admin/picture_modify.tpl index b0fe64911..2dada069f 100644 --- a/template/yoga/admin/picture_modify.tpl +++ b/template/yoga/admin/picture_modify.tpl @@ -1,129 +1,125 @@ - - -

{lang:title_picmod}

+{* $Id$ *} +

{'title_picmod'|@translate}

-{lang:thumbnail} +{'thumbnail'|@translate} -
+
- {lang:Informations} + {'Informations'|@translate} - - + + - - + + - - + + - - + + - +{if isset($HIGH_FILESIZE) } - - + + - +{/if} - - + + - + {if isset($related_categories) } - + - + {/if}
{lang:Path}{PATH}{'Path'|@translate}{$PATH}
{lang:Post date}{REGISTRATION_DATE}{'Post date'|@translate}{$REGISTRATION_DATE}
{lang:Dimensions}{DIMENSIONS}{'Dimensions'|@translate}{$DIMENSIONS}
{lang:Filesize}{FILESIZE}{'Filesize'|@translate}{$FILESIZE}
{lang:High filesize}{high.FILESIZE}{'High filesize'|@translate}{$HIGH_FILESIZE}
{lang:Storage category}{STORAGE_CATEGORY}{'Storage category'|@translate}{$STORAGE_CATEGORY}
{lang:Linked categories}{'Linked categories'|@translate}
    - -
  • {links.category.NAME}
  • - + {foreach from=$related_categories item=name} +
  • {$name}
  • + {/foreach}
- {lang:Properties} + {'Properties'|@translate} - - + + - - + + - + - - + + - - + + - + @@ -131,38 +127,34 @@
{lang:Name}{'Name'|@translate}
{lang:Author}{'Author'|@translate}
{lang:Creation date}{'Creation date'|@translate} - - {lang:set to} + + {'set to'|@translate} + value="{$DATE_CREATION_YEAR_VALUE}" />
{lang:Tags}{TAG_SELECTION}{'Tags'|@translate}{$TAG_SELECTION}
{lang:Description}{'Description'|@translate}
{lang:Minimum privacy level}{'Minimum privacy level'|@translate}

- - + +

-
+
- {lang:Association to categories} + {'Association to categories'|@translate}
-

{lang:Associated}

+

{'Associated'|@translate}

-

+

-

{lang:Dissociated}

+

{'Dissociated'|@translate}

-

+

@@ -170,30 +162,26 @@
-
+
- {lang:Representation of categories} + {'Representation of categories'|@translate}
-

{lang:Represents}

+

{'Represents'|@translate}

-

+

-

{lang:Does not represent}

+

{'Does not represent'|@translate}

-

+

-- cgit v1.2.3