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.tpl10
1 files changed, 5 insertions, 5 deletions
diff --git a/templates/edit_topic.tpl b/templates/edit_topic.tpl
index cdd7deb..f39d3ea 100644
--- a/templates/edit_topic.tpl
+++ b/templates/edit_topic.tpl
@@ -14,7 +14,7 @@
{formfeedback success=$gContent->mSuccess error=$gContent->mErrors}
- <div class="row">
+ <div class="control-group">
{formlabel label="Topic Name" for="topic_name"}
{forminput}
<input type="text" id="topic_name" name="topic_name" value="{$gContent->mInfo.topic_name}" />
@@ -22,7 +22,7 @@
{/forminput}
</div>
- <div class="row">
+ <div class="control-group">
{formlabel label="Topic Enabled" for="topic_enabled"}
{forminput}
<input type="checkbox" id="topic_enabled" name="active_topic" {if $gContent->mInfo.active_topic == 'y'}checked="checked"{/if} />
@@ -30,7 +30,7 @@
{/forminput}
</div>
- <div class="row">
+ <div class="control-group">
{formlabel label="Upload Image" for="t-image"}
{forminput}
<input name="upload" id="t-image" type="file" />
@@ -38,7 +38,7 @@
{/forminput}
</div>
- <div class="row">
+ <div class="control-group">
{formlabel label="Current Image"}
{forminput}
{if $gContent->mInfo.has_topic_image eq 'y'}
@@ -51,7 +51,7 @@
{/forminput}
</div>
- <div class="row submit">
+ <div class="control-group submit">
<input type="submit" name="fSubmitSaveTopic" value="{tr}Update Topic{/tr}" />
</div>
{/form}