diff options
Diffstat (limited to 'templates/admin_modules.tpl')
| -rw-r--r-- | templates/admin_modules.tpl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/admin_modules.tpl b/templates/admin_modules.tpl index af8cbbb..06effe4 100644 --- a/templates/admin_modules.tpl +++ b/templates/admin_modules.tpl @@ -3,10 +3,10 @@ <input type="hidden" name="page" value="{$page}" /> {foreach from=$formModuleFeatures key=feature item=output} <div class="control-group"> - {formlabel label=`$output.label` for=$feature} + {formlabel label=$output.label for=$feature} {forminput} {html_checkboxes name="$feature" values="y" checked=$gBitSystem->getConfig($feature) labels=false id=$feature} - {formhelp note=`$output.note` page=`$output.page`} + {formhelp note=$output.note page=$output.page} {/forminput} </div> {/foreach} |
