summaryrefslogtreecommitdiff
path: root/templates
diff options
context:
space:
mode:
authorspiderr <spider@viovio.com>2014-11-19 16:19:41 -0500
committerspiderr <spider@viovio.com>2014-11-19 16:19:41 -0500
commitcac08ccf09b6cc8585194e17437f763bbaa81b98 (patch)
tree2e5102d2758032a7cfbb3c2e7f158dd4ff30e37c /templates
parent9b6654116870cae910e5d765acd632872012367b (diff)
downloadarticles-cac08ccf09b6cc8585194e17437f763bbaa81b98.tar.gz
articles-cac08ccf09b6cc8585194e17437f763bbaa81b98.tar.bz2
articles-cac08ccf09b6cc8585194e17437f763bbaa81b98.zip
add-forminput-label-param-for-bs3
Diffstat (limited to 'templates')
-rw-r--r--templates/edit_topic.tpl4
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/edit_topic.tpl b/templates/edit_topic.tpl
index b00847a..08e6b6c 100644
--- a/templates/edit_topic.tpl
+++ b/templates/edit_topic.tpl
@@ -23,10 +23,10 @@
</div>
<div class="form-group">
- <label class="checkbox">
+ {forminput label="checkbox"}
<input type="checkbox" id="topic_enabled" name="active_topic" {if $gContent->mInfo.active_topic == 'y'}checked="checked"{/if} />Topic Enabled
{formhelp note=""}
- </label>
+ {/forminput}
</div>
<div class="form-group">