summaryrefslogtreecommitdiff
path: root/templates/admin_modules.tpl
diff options
context:
space:
mode:
authorspiderr <spider@viovio.com>2013-03-27 16:56:52 -0400
committerspiderr <spider@viovio.com>2013-03-27 16:56:52 -0400
commit991fb491c49f1b0676df4f5edb9bd34fde9d428c (patch)
treeb7e7395f7dab2d5b386d9e632743a16e45c4ed30 /templates/admin_modules.tpl
parent5b49d335739b13a0ebe47b7c3b1a0452b5c9acdf (diff)
downloadthemes-991fb491c49f1b0676df4f5edb9bd34fde9d428c.tar.gz
themes-991fb491c49f1b0676df4f5edb9bd34fde9d428c.tar.bz2
themes-991fb491c49f1b0676df4f5edb9bd34fde9d428c.zip
bootstrap conversions
Diffstat (limited to 'templates/admin_modules.tpl')
-rw-r--r--templates/admin_modules.tpl4
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/admin_modules.tpl b/templates/admin_modules.tpl
index 010b691..e4569af 100644
--- a/templates/admin_modules.tpl
+++ b/templates/admin_modules.tpl
@@ -2,7 +2,7 @@
{form legend="Global Module Settings"}
<input type="hidden" name="page" value="{$page}" />
{foreach from=$formModuleFeatures key=feature item=output}
- <div class="row">
+ <div class="control-group">
{formlabel label=`$output.label` for=$feature}
{forminput}
{html_checkboxes name="$feature" values="y" checked=$gBitSystem->getConfig($feature) labels=false id=$feature}
@@ -11,7 +11,7 @@
</div>
{/foreach}
- <div class="row submit">
+ <div class="control-group submit">
<input type="submit" name="module_settings" value="{tr}Change preferences{/tr}" />
</div>
{/form}