diff options
| author | wjames5 <will@tekimaki.com> | 2007-03-14 23:18:44 +0000 |
|---|---|---|
| committer | wjames5 <will@tekimaki.com> | 2007-03-14 23:18:44 +0000 |
| commit | 21e5fa4ce30ca5984eb284987e8df05818afd33e (patch) | |
| tree | 4406a4e5f421d020af199cfd99c185b5e14664b5 /templates | |
| parent | 793ce19efb024e73302211b797d561c9e865deff (diff) | |
| download | tags-21e5fa4ce30ca5984eb284987e8df05818afd33e.tar.gz tags-21e5fa4ce30ca5984eb284987e8df05818afd33e.tar.bz2 tags-21e5fa4ce30ca5984eb284987e8df05818afd33e.zip | |
init edit_tags tpl
Diffstat (limited to 'templates')
| -rw-r--r-- | templates/edit_tags.tpl | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/templates/edit_tags.tpl b/templates/edit_tags.tpl new file mode 100644 index 0000000..0e92a9f --- /dev/null +++ b/templates/edit_tags.tpl @@ -0,0 +1,9 @@ +{strip} + <div class="row"> + {formlabel label="Tags" for="tags"} + {forminput} + <input type="text" name="tags" id="tags" value="{if $gContent}{$gContent->mInfo['tags']}{else if $serviceHash}{$serviceHash.tags}{/if}" /> + {formhelp note="Key words to describe your content. Tag wisely, tag efficiently."} + {/forminput} + </div> +{/strip} |
