summaryrefslogtreecommitdiff
path: root/templates/admin_users.tpl
diff options
context:
space:
mode:
Diffstat (limited to 'templates/admin_users.tpl')
-rw-r--r--templates/admin_users.tpl4
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/admin_users.tpl b/templates/admin_users.tpl
index e05ae02..79de81f 100644
--- a/templates/admin_users.tpl
+++ b/templates/admin_users.tpl
@@ -14,10 +14,10 @@
<input type="hidden" name="page" value="{$page}" />
{foreach from=$formFeatures key=feature item=output}
<div class="control-group">
- {formlabel label=`$output.label` for=$feature}
+ {formlabel label=$output.label for=$feature}
{forminput}
{html_checkboxes name="settings[$feature]" values="y" checked=$gBitSystem->getConfig($feature) labels=false id=$feature}
- {formhelp note=`$output.note` page=`$output.link`}
+ {formhelp note=$output.note page=$output.link}
{/forminput}
</div>
{/foreach}