From 07662bdf7454bf7ea5aaf73e29db981e187c60de Mon Sep 17 00:00:00 2001 From: flop25 Date: Mon, 9 Jul 2012 10:18:58 +0000 Subject: feature:2424 ability to duplicate tags git-svn-id: http://piwigo.org/svn/trunk@16526 68402e56-0260-453c-a942-63ccdbb3a9ee --- admin/themes/default/template/tags.tpl | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) (limited to 'admin/themes/default/template') diff --git a/admin/themes/default/template/tags.tpl b/admin/themes/default/template/tags.tpl index 51b8c3614..a51b7d376 100644 --- a/admin/themes/default/template/tags.tpl +++ b/admin/themes/default/template/tags.tpl @@ -52,6 +52,30 @@ jQuery(document).ready(function(){

{/if} + {if isset($DUPLIC_TAGS_LIST)} +
+ {'Edit tags'|@translate} + + + + + + + {foreach from=$tags item=tag} + + + + + {/foreach} +
{'Source tag'|@translate}{'Name of the duplicate'|@translate}
{$tag.NAME}
+ +

+ + + +

+
+ {/if} {if isset($MERGE_TAGS_LIST)} @@ -85,6 +109,7 @@ jQuery(document).ready(function(){

+

-- cgit v1.2.3