diff options
| author | spiderr <spider@viovio.com> | 2014-11-19 16:19:41 -0500 |
|---|---|---|
| committer | spiderr <spider@viovio.com> | 2014-11-19 16:19:41 -0500 |
| commit | cac08ccf09b6cc8585194e17437f763bbaa81b98 (patch) | |
| tree | 2e5102d2758032a7cfbb3c2e7f158dd4ff30e37c | |
| parent | 9b6654116870cae910e5d765acd632872012367b (diff) | |
| download | articles-cac08ccf09b6cc8585194e17437f763bbaa81b98.tar.gz articles-cac08ccf09b6cc8585194e17437f763bbaa81b98.tar.bz2 articles-cac08ccf09b6cc8585194e17437f763bbaa81b98.zip | |
add-forminput-label-param-for-bs3
| -rw-r--r-- | templates/edit_topic.tpl | 4 |
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"> |
