tag manager, no top links if sub-form active on page edit/merge/duplicate

This commit is contained in:
plegall
2016-11-29 14:03:11 +01:00
parent 7fb3010262
commit 309a079e39
+2
View File
@@ -155,6 +155,7 @@ jQuery("input[name=confirm_deletion]").change(function() {
<h2>{'Manage tags'|@translate}</h2>
</div>
{if !isset($EDIT_TAGS_LIST) and !isset($DUPLIC_TAGS_LIST) and !isset($MERGE_TAGS_LIST)}
<p class="showCreateAlbum" id="showAddTag">
<a class="icon-plus-circled" href="#" id="addTag">{'Add a tag'|translate}</a>
<a class="icon-check-empty" href="#" id="selectionMode">{'Select tags'|translate}</a>
@@ -177,6 +178,7 @@ jQuery("input[name=confirm_deletion]").change(function() {
</p>
</fieldset>
</form>
{/if}
<form action="{$F_ACTION}" method="post">
<input type="hidden" name="pwg_token" value="{$PWG_TOKEN}">