diff options
Diffstat (limited to 'templates/edit_topic.tpl')
| -rw-r--r-- | templates/edit_topic.tpl | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/templates/edit_topic.tpl b/templates/edit_topic.tpl index daec797..b00847a 100644 --- a/templates/edit_topic.tpl +++ b/templates/edit_topic.tpl @@ -14,7 +14,7 @@ {formfeedback success=$gContent->mSuccess error=$gContent->mErrors} - <div class="control-group"> + <div class="form-group"> {formlabel label="Topic Name" for="topic_name"} {forminput} <input type="text" id="topic_name" name="topic_name" value="{$gContent->mInfo.topic_name}" /> @@ -22,14 +22,14 @@ {/forminput} </div> - <div class="control-group"> + <div class="form-group"> <label class="checkbox"> <input type="checkbox" id="topic_enabled" name="active_topic" {if $gContent->mInfo.active_topic == 'y'}checked="checked"{/if} />Topic Enabled {formhelp note=""} </label> </div> - <div class="control-group"> + <div class="form-group"> {formlabel label="Upload Image" for="t-image"} {forminput} <input name="upload" id="t-image" type="file" /> @@ -37,7 +37,7 @@ {/forminput} </div> - <div class="control-group"> + <div class="form-group"> {formlabel label="Current Image"} {forminput} {if $gContent->mInfo.has_topic_image eq 'y'} @@ -50,7 +50,7 @@ {/forminput} </div> - <div class="control-group submit"> + <div class="form-group submit"> <input type="submit" class="btn btn-default" name="fSubmitSaveTopic" value="{tr}Update Topic{/tr}" /> </div> {/form} |
