summaryrefslogtreecommitdiff
path: root/templates
diff options
context:
space:
mode:
authorTyler Bello <tylerbello@users.sourceforge.net>2009-10-08 16:55:32 +0000
committerTyler Bello <tylerbello@users.sourceforge.net>2009-10-08 16:55:32 +0000
commit8cd20c9797b7e0d437566d718785a4e397e8f6a8 (patch)
tree7991820a94b779e9d378025d785840941adc0d9d /templates
parent5b440466e39a2fa5a737c3ab7000b5da442d6478 (diff)
downloadnewsletters-8cd20c9797b7e0d437566d718785a4e397e8f6a8.tar.gz
newsletters-8cd20c9797b7e0d437566d718785a4e397e8f6a8.tar.bz2
newsletters-8cd20c9797b7e0d437566d718785a4e397e8f6a8.zip
change formhelp
Diffstat (limited to 'templates')
-rw-r--r--templates/user_register_inc.tpl3
1 files changed, 2 insertions, 1 deletions
diff --git a/templates/user_register_inc.tpl b/templates/user_register_inc.tpl
index 79fe5a9..1e7ab51 100644
--- a/templates/user_register_inc.tpl
+++ b/templates/user_register_inc.tpl
@@ -19,7 +19,8 @@ for (var i = 0; i < checkboxes.length; i++){
{foreach from=$newsletters item='newsletter'}
<input type="checkbox" checked="true" name="subscribe[]" value="{$newsletter.nl_id}"/><strong>{$newsletter.title}</strong><br/>
{/foreach}
- <input type="checkbox" onclick="unsubscribe_all();"/><strong>Unsubscribe All</strong><br/>
{formhelp note="Uncheck the boxes to opt-out of the specified newsletter."}
+ <input type="checkbox" onclick="unsubscribe_all();"/><strong>Unsubscribe All</strong><br/>
+ {formhelp note="Check this box to unsubscribe from all of the above newsletters."}
{/forminput}
</div>