diff options
| author | wjames5 <will@tekimaki.com> | 2008-09-08 15:04:32 +0000 |
|---|---|---|
| committer | wjames5 <will@tekimaki.com> | 2008-09-08 15:04:32 +0000 |
| commit | 9cc825a59efc5fea650cfbe48fe51339220ee086 (patch) | |
| tree | 40210134f4bd07faee6215fdb25ca7cc1c17df07 /templates | |
| parent | 041f7c0cede82fb656d6a3d41c680bad559c0cab (diff) | |
| download | tags-9cc825a59efc5fea650cfbe48fe51339220ee086.tar.gz tags-9cc825a59efc5fea650cfbe48fe51339220ee086.tar.bz2 tags-9cc825a59efc5fea650cfbe48fe51339220ee086.zip | |
add convenience link to popup tag cloud from edit process
Diffstat (limited to 'templates')
| -rw-r--r-- | templates/edit_tags.tpl | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/templates/edit_tags.tpl b/templates/edit_tags.tpl index 081d81e..836ebaf 100644 --- a/templates/edit_tags.tpl +++ b/templates/edit_tags.tpl @@ -7,6 +7,9 @@ {formhelp note="Enter key words to describe your content. Separate each tag with a comma: tag one,tag two."} {/forminput} </div> + <div class="row"> + {jspopup notra=1 href=$smarty.const.TAGS_PKG_URL title="View all tags" width="null" height="null"} + </div> {if count($tagData) > 0 } <div class="row tags"> {forminput} |
