summaryrefslogtreecommitdiff
path: root/templates
diff options
context:
space:
mode:
authorwjames5 <will@tekimaki.com>2007-03-15 02:37:32 +0000
committerwjames5 <will@tekimaki.com>2007-03-15 02:37:32 +0000
commit44323bd8da2cbb4ebc906ad9a0fccee2b18f5915 (patch)
treec209b5ba3c0f3df875f17b7a48aabb5e9330baf3 /templates
parent21e5fa4ce30ca5984eb284987e8df05818afd33e (diff)
downloadtags-44323bd8da2cbb4ebc906ad9a0fccee2b18f5915.tar.gz
tags-44323bd8da2cbb4ebc906ad9a0fccee2b18f5915.tar.bz2
tags-44323bd8da2cbb4ebc906ad9a0fccee2b18f5915.zip
add tpl for edit service and patch display service call
Diffstat (limited to 'templates')
-rw-r--r--templates/edit_tags.tpl4
-rw-r--r--templates/edit_tags_mini_inc.tpl3
2 files changed, 5 insertions, 2 deletions
diff --git a/templates/edit_tags.tpl b/templates/edit_tags.tpl
index 0e92a9f..21259d9 100644
--- a/templates/edit_tags.tpl
+++ b/templates/edit_tags.tpl
@@ -2,8 +2,8 @@
<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."}
+ <input type="text" name="tags" id="tags" value="{if $gContent}{$gContent->mInfo['tags']}{else if $serviceHash}{$serviceHash}{/if}" />
+ {formhelp note="Enter key words to describe your content. Tag wisely, tag efficiently."}
{/forminput}
</div>
{/strip}
diff --git a/templates/edit_tags_mini_inc.tpl b/templates/edit_tags_mini_inc.tpl
new file mode 100644
index 0000000..d6dbabf
--- /dev/null
+++ b/templates/edit_tags_mini_inc.tpl
@@ -0,0 +1,3 @@
+{if $gBitSystem->isPackageActive('tags')}
+ {include file='bitpackage:tags/edit_tags.tpl' serviceHash=$tagData}
+{/if}