diff options
author | Friendika <info@friendika.com> | 2011-07-12 05:09:07 -0700 |
---|---|---|
committer | Friendika <info@friendika.com> | 2011-07-12 05:09:07 -0700 |
commit | 706b6e8c84be332ff8310fffe13c83e784e46904 (patch) | |
tree | e27cd5322a953a925a21381f5cf84f2b02ffef11 /view/settings.tpl | |
parent | 55bbe2108abeb69d55eb2fa8a9a472af7b2251b1 (diff) | |
download | volse-hubzilla-706b6e8c84be332ff8310fffe13c83e784e46904.tar.gz volse-hubzilla-706b6e8c84be332ff8310fffe13c83e784e46904.tar.bz2 volse-hubzilla-706b6e8c84be332ff8310fffe13c83e784e46904.zip |
email notifications not working - unable to change notification settings
Diffstat (limited to 'view/settings.tpl')
-rw-r--r-- | view/settings.tpl | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/view/settings.tpl b/view/settings.tpl index 5e8b90769..fb35c8e45 100644 --- a/view/settings.tpl +++ b/view/settings.tpl @@ -82,11 +82,11 @@ $hide_wall <div id="settings-notify-desc">$lbl_not </div> <div class="group"> -{{inc field_checkbox.tpl with $field=$notify1 }}{{endinc}} -{{inc field_checkbox.tpl with $field=$notify2 }}{{endinc}} -{{inc field_checkbox.tpl with $field=$notify3 }}{{endinc}} -{{inc field_checkbox.tpl with $field=$notify4 }}{{endinc}} -{{inc field_checkbox.tpl with $field=$notify5 }}{{endinc}} +{{inc field_intcheckbox.tpl with $field=$notify1 }}{{endinc}} +{{inc field_intcheckbox.tpl with $field=$notify2 }}{{endinc}} +{{inc field_intcheckbox.tpl with $field=$notify3 }}{{endinc}} +{{inc field_intcheckbox.tpl with $field=$notify4 }}{{endinc}} +{{inc field_intcheckbox.tpl with $field=$notify5 }}{{endinc}} </div> |