summaryrefslogtreecommitdiff
path: root/templates/edit_topic.tpl
diff options
context:
space:
mode:
Diffstat (limited to 'templates/edit_topic.tpl')
-rw-r--r--templates/edit_topic.tpl12
1 files changed, 6 insertions, 6 deletions
diff --git a/templates/edit_topic.tpl b/templates/edit_topic.tpl
index 77ef448..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 column-group gutters">
+ <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 column-group gutters">
+ <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 column-group gutters">
+ <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 column-group gutters">
+ <div class="form-group">
{formlabel label="Current Image"}
{forminput}
{if $gContent->mInfo.has_topic_image eq 'y'}
@@ -50,8 +50,8 @@
{/forminput}
</div>
- <div class="control-group submit">
- <input type="submit" class="ink-button" name="fSubmitSaveTopic" value="{tr}Update Topic{/tr}" />
+ <div class="form-group submit">
+ <input type="submit" class="btn btn-default" name="fSubmitSaveTopic" value="{tr}Update Topic{/tr}" />
</div>
{/form}
</div><!-- end .body -->