diff options
| author | wjames5 <will@tekimaki.com> | 2008-10-16 23:42:12 +0000 |
|---|---|---|
| committer | wjames5 <will@tekimaki.com> | 2008-10-16 23:42:12 +0000 |
| commit | 63200867db009a542c4041bbdda2a42b33d5f3e7 (patch) | |
| tree | 0ec8902f258239a42d5ce983afc6ed2d9683579f | |
| parent | f5a7be66ed5be3ad4f2ca7302f302ec0409b15e6 (diff) | |
| download | tags-63200867db009a542c4041bbdda2a42b33d5f3e7.tar.gz tags-63200867db009a542c4041bbdda2a42b33d5f3e7.tar.bz2 tags-63200867db009a542c4041bbdda2a42b33d5f3e7.zip | |
roll back, last change removed existing tags list completely, please dont do that
| -rw-r--r-- | templates/edit_tags.tpl | 26 |
1 files changed, 10 insertions, 16 deletions
diff --git a/templates/edit_tags.tpl b/templates/edit_tags.tpl index 56a6eaf..0daad50 100644 --- a/templates/edit_tags.tpl +++ b/templates/edit_tags.tpl @@ -1,32 +1,26 @@ {strip} {if $gContent->mContentTypeGuid != 'bitcomment' || $gBitSystem->isFeatureActive('tags_on_comments')} - <div class="row"> {formlabel label="Add Tags" for="tags"} {forminput} - <input type="text" name="tags" id="tags" value="{if $smarty.post.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"} - {formhelp note="Key words to describe the content, separated by commas: tag one, tag two. To remove tags use the \"Drop Tag\" options when just viewing this content."} + <input type="text" name="tags" id="tags" value="{if $smarty.post.preview}{$smarty.post.tags}{elseif $tagList}{$tagList}{/if}" /> + {formhelp note="Enter key words to describe your content. Separate each tag with a comma: tag one,tag two."} {/forminput} </div> - - {* - existing tags are already visible in the tags input field - note on how to delete them available in formhelp - *} - {*if count($tagData) > 0 } + <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"> - {formlabel label="Existing Tags"} {forminput} + <strong>{tr}Existing Tags:{/tr}</strong> {section name=tag loop=$tagData} {if $smarty.section.tag.index > 0}, {/if} <a href="{$smarty.const.TAGS_PKG_URL}index.php?tags={$tagData[tag].tag}">{$tagData[tag].tag}</a> {/section} - {formhelp note="To remove tags use the \"Drop Tag\" options when just viewing this content."} + {formhelp note="NOTE: To remove tags use the \"Drop Tag\" options that are available when just viewing this content."} {/forminput} </div> - {/if*} - + {/if} {/if} -{/strip}
\ No newline at end of file +{/strip} |
