summaryrefslogtreecommitdiff
path: root/templates/admin_topics.tpl
diff options
context:
space:
mode:
Diffstat (limited to 'templates/admin_topics.tpl')
-rw-r--r--templates/admin_topics.tpl6
1 files changed, 3 insertions, 3 deletions
diff --git a/templates/admin_topics.tpl b/templates/admin_topics.tpl
index be3a6cd..823ca0c 100644
--- a/templates/admin_topics.tpl
+++ b/templates/admin_topics.tpl
@@ -14,7 +14,7 @@
{form legend="Create a new Topic" enctype="multipart/form-data"}
<input type="hidden" name="MAX_FILE_SIZE" value="1000000" />
- <div class="control-group">
+ <div class="control-group column-group gutters">
{formlabel label="Topic Title" for="topic_name"}
{forminput}
<input type="text" id="topic_name" name="topic_name" />
@@ -22,7 +22,7 @@
{/forminput}
</div>
- <div class="control-group">
+ <div class="control-group column-group gutters">
{formlabel label="Upload Image" for="t-image"}
{forminput}
<input name="upload" id="t-image" type="file" />
@@ -31,7 +31,7 @@
</div>
<div class="control-group submit">
- <input type="submit" class="btn btn-default" name="fSubmitAddTopic" value="{tr}Add Topic{/tr}" />
+ <input type="submit" class="ink-button" name="fSubmitAddTopic" value="{tr}Add Topic{/tr}" />
</div>
{/form}