summaryrefslogtreecommitdiff
path: root/templates/admin_themes.tpl
diff options
context:
space:
mode:
authorspiderr <spider@viovio.com>2014-11-19 16:19:38 -0500
committerspiderr <spider@viovio.com>2014-11-19 16:19:38 -0500
commit9cfdce57d51e9459ea0d4efc33fc1eaa7ea00ce9 (patch)
treed49c4c16dd090c1d9e4fca3399b6a84de8fd6e9b /templates/admin_themes.tpl
parent357c446147cafe17311c3683eda0a8b65bc437c7 (diff)
downloadthemes-9cfdce57d51e9459ea0d4efc33fc1eaa7ea00ce9.tar.gz
themes-9cfdce57d51e9459ea0d4efc33fc1eaa7ea00ce9.tar.bz2
themes-9cfdce57d51e9459ea0d4efc33fc1eaa7ea00ce9.zip
add-forminput-label-param-for-bs3
Diffstat (limited to 'templates/admin_themes.tpl')
-rw-r--r--templates/admin_themes.tpl4
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/admin_themes.tpl b/templates/admin_themes.tpl
index a63dd9d..e50f619 100644
--- a/templates/admin_themes.tpl
+++ b/templates/admin_themes.tpl
@@ -36,11 +36,11 @@
{foreach from=$themeSettings key=feature item=output}
<div class="form-group">
- {forminput class="checkbox"}
+ {forminput label="checkbox"}
{html_checkboxes name="$feature" values="y" checked=$gBitSystem->getConfig($feature) label=$output.label id=$feature}
{$output.label}
+ {formhelp note=$output.note page=$output.page}
{/forminput}
- {formhelp note=$output.note page=$output.page}
</div>
{/foreach}