From 706b6e8c84be332ff8310fffe13c83e784e46904 Mon Sep 17 00:00:00 2001 From: Friendika Date: Tue, 12 Jul 2011 05:09:07 -0700 Subject: email notifications not working - unable to change notification settings --- view/field_intcheckbox.tpl | 6 ++++++ view/settings.tpl | 10 +++++----- 2 files changed, 11 insertions(+), 5 deletions(-) create mode 100644 view/field_intcheckbox.tpl (limited to 'view') diff --git a/view/field_intcheckbox.tpl b/view/field_intcheckbox.tpl new file mode 100644 index 000000000..47a513a55 --- /dev/null +++ b/view/field_intcheckbox.tpl @@ -0,0 +1,6 @@ + +
+ + + $field.4 +
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
$lbl_not
-{{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}}
-- cgit v1.2.3