summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Fowler <spider@viovio.com>2010-01-23 19:18:26 +0000
committerChristian Fowler <spider@viovio.com>2010-01-23 19:18:26 +0000
commit58defd61b35ddffac3fe039410319c38f53f650c (patch)
tree3088256a9f152b08963174970b646b17a25ad20f
parent7af81890d9e2cb602e06c0e0c089139d6a12fb3b (diff)
downloadtags-58defd61b35ddffac3fe039410319c38f53f650c.tar.gz
tags-58defd61b35ddffac3fe039410319c38f53f650c.tar.bz2
tags-58defd61b35ddffac3fe039410319c38f53f650c.zip
default to filter by content_type_guidpre_deprecate_bit_setup_incPRE_BIT_SETUP_CHANGE
-rw-r--r--templates/edit_tags.tpl2
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>