diff options
| -rw-r--r-- | templates/edit_tags.tpl | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/templates/edit_tags.tpl b/templates/edit_tags.tpl index 0daad50..dc76887 100644 --- a/templates/edit_tags.tpl +++ b/templates/edit_tags.tpl @@ -8,7 +8,9 @@ {/forminput} </div> <div class="row"> - {jspopup notra=1 href=$smarty.const.TAGS_PKG_URL title="View all tags" width="null" height="null"} + {forminput} + {jspopup notra=1 href=$smarty.const.TAGS_PKG_URL title="View all tags" width="null" height="null"} + {/forminput} </div> {if count($tagData) > 0 } <div class="row tags"> |
