From 309a079e395d483f145e5a9a0bae0f8016ef4ea6 Mon Sep 17 00:00:00 2001 From: plegall Date: Tue, 29 Nov 2016 14:03:11 +0100 Subject: [PATCH] tag manager, no top links if sub-form active on page edit/merge/duplicate --- admin/themes/default/template/tags.tpl | 2 ++ 1 file changed, 2 insertions(+) diff --git a/admin/themes/default/template/tags.tpl b/admin/themes/default/template/tags.tpl index 72229c1b8..51282c2d0 100644 --- a/admin/themes/default/template/tags.tpl +++ b/admin/themes/default/template/tags.tpl @@ -155,6 +155,7 @@ jQuery("input[name=confirm_deletion]").change(function() {

{'Manage tags'|@translate}

+{if !isset($EDIT_TAGS_LIST) and !isset($DUPLIC_TAGS_LIST) and !isset($MERGE_TAGS_LIST)}

{'Add a tag'|translate} {'Select tags'|translate} @@ -177,6 +178,7 @@ jQuery("input[name=confirm_deletion]").change(function() {

+{/if}