diff options
| -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"> |
