summaryrefslogtreecommitdiff
path: root/templates/user_register_inc.tpl
diff options
context:
space:
mode:
Diffstat (limited to 'templates/user_register_inc.tpl')
-rw-r--r--templates/user_register_inc.tpl2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/user_register_inc.tpl b/templates/user_register_inc.tpl
index 373b4f1..6e42ccf 100644
--- a/templates/user_register_inc.tpl
+++ b/templates/user_register_inc.tpl
@@ -19,7 +19,7 @@ for (var i = 0; i < checkboxes.length; i++){
{formlabel label="Subscriptions"}
{forminput}
{foreach from=$newsletters item='newsletter'}
- <label class="checkbox"><input type="checkbox" checked="true" name="subscribe[]" onclick="document.getElementById('unsubscribeall').checked=false;" value="{$newsletter.nl_id}"/><strong>{$newsletter.title}</strong></label>
+ {forminput label="checkbox"}<input type="checkbox" checked="true" name="subscribe[]" onclick="document.getElementById('unsubscribeall').checked=false;" value="{$newsletter.nl_id}"/><strong>{$newsletter.title}</strong>{/forminput}
{/foreach}
{formhelp note="Uncheck the box to opt-out of the specified newsletter."}
{if count($newsletters) > 1}