diff options
| -rw-r--r-- | templates/edit_tags.tpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/edit_tags.tpl b/templates/edit_tags.tpl index 33ce4fe..91cc4ed 100644 --- a/templates/edit_tags.tpl +++ b/templates/edit_tags.tpl @@ -7,7 +7,7 @@ {forminput} <input type="text" name="tags" id="tags" value="{if $preview}{$smarty.post.tags}{elseif $tagList}{$tagList}{/if}" /> <br /> - {jspopup class="popup_link" href=$smarty.const.TAGS_PKG_URL title="View all tags" width="null" height="null"} + {jspopup class="popup_link" href="`$smarty.const.TAGS_PKG_URL`?content_type_guid=`$gContent->mContentTypeGuid`" title="View all tags" width="null" height="null"} {formhelp note="Key words to describe the content, separated by commas: tag one, tag two."} {/forminput} </div> |
