From d1c423da759aa50f572f2bcf57aa2f22944226e9 Mon Sep 17 00:00:00 2001 From: vdigital Date: Sun, 14 Sep 2008 00:33:53 +0000 Subject: Admin template wigo/roma git-svn-id: http://piwigo.org/svn/trunk@2526 68402e56-0260-453c-a942-63ccdbb3a9ee --- admin/template/wigo/admin/tags.tpl | 54 ++++++++++++++++++++++++++++++++++++++ 1 file changed, 54 insertions(+) create mode 100644 admin/template/wigo/admin/tags.tpl (limited to 'admin/template/wigo/admin/tags.tpl') diff --git a/admin/template/wigo/admin/tags.tpl b/admin/template/wigo/admin/tags.tpl new file mode 100644 index 000000000..b2ce57341 --- /dev/null +++ b/admin/template/wigo/admin/tags.tpl @@ -0,0 +1,54 @@ +{* $Id$ *} +
+

{'Manage tags'|@translate}

+
+ +
+ + {if isset($EDIT_TAGS_LIST)} +
+ {'Edit tags'|@translate} + + + + + + + {foreach from=$tags item=tag} + + + + + {/foreach} +
{'Current name'|@translate}{'New name'|@translate}
{$tag.NAME}
+ +

+ + +

+
+ {/if} + +
+ {'Add a tag'|@translate} + + + +

+
+ +
+ {'Tag selection'|@translate} + + {$TAG_SELECTION} + +

+ + +

+
+ +
-- cgit v1.2.3