From f94e5e55116d408bf67b3f346da2a216d18e4124 Mon Sep 17 00:00:00 2001 From: vdigital Date: Sun, 14 Sep 2008 12:25:34 +0000 Subject: roma tpl were missing. git-svn-id: http://piwigo.org/svn/trunk@2531 68402e56-0260-453c-a942-63ccdbb3a9ee --- admin/template/goto/picture_modify.tpl | 190 +++++++++++++++++++++++++++++++++ 1 file changed, 190 insertions(+) create mode 100644 admin/template/goto/picture_modify.tpl (limited to 'admin/template/goto/picture_modify.tpl') diff --git a/admin/template/goto/picture_modify.tpl b/admin/template/goto/picture_modify.tpl new file mode 100644 index 000000000..f6243acb9 --- /dev/null +++ b/admin/template/goto/picture_modify.tpl @@ -0,0 +1,190 @@ +{* $Id$ *} +

{'title_picmod'|@translate}

+ +{'thumbnail'|@translate} + + + +
+ +
+ {'Informations'|@translate} + + + + + + + + + + + + + + + + + + + + + + + +{if isset($HIGH_FILESIZE) } + + + + +{/if} + + + + + + + {if isset($related_categories) } + + + + + {/if} + +
{'Path'|@translate}{$PATH}
{'Post date'|@translate}{$REGISTRATION_DATE}
{'Dimensions'|@translate}{$DIMENSIONS}
{'Filesize'|@translate}{$FILESIZE}
{'High filesize'|@translate}{$HIGH_FILESIZE}
{'Storage category'|@translate}{$STORAGE_CATEGORY}
{'Linked categories'|@translate} +
    + {foreach from=$related_categories item=name} +
  • {$name}
  • + {/foreach} +
+
+ +
+ +
+ {'Properties'|@translate} + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
{'Name'|@translate}
{'Author'|@translate}
{'Creation date'|@translate} + + {'set to'|@translate} + + + +
{'Tags'|@translate}{$TAG_SELECTION}
{'Description'|@translate}
{'Minimum privacy level'|@translate} + +
+ +

+ + +

+ +
+ +
+ +
+
+ {'Association to categories'|@translate} + + + + + + + +
+

{'Associated'|@translate}

+ +

+
+

{'Dissociated'|@translate}

+ +

+
+ +
+
+ +
+
+ {'Representation of categories'|@translate} + + + + + + + +
+

{'Represents'|@translate}

+ +

+
+

{'Does not represent'|@translate}

+ +

+
+ +
+
-- cgit v1.2.3