From b40fadbb451c01c5bf211e7c0c430afe6f14f2eb Mon Sep 17 00:00:00 2001 From: Nick Clemens Date: Thu, 13 Jun 2019 10:56:34 +0000 Subject: [PATCH] Bug 22744: [alternate] Remove the 'do not notify' buttons These checkboxes are simply a way to clear the prefs before editing. We are not saving a lot of click, and we are confusing people, this patch simply removes them To test: 1 - Edit a patron's messaging preferences 2 - Think too hard about the 'Do not notify' boxes 3 - Feel confused 4 - Apply this patch 5 - Edit a patron's messaging preferences 6 - Confirm it feels better --- .../intranet-tmpl/prog/en/includes/messaging-preference-form.inc | 4 ---- 1 file changed, 4 deletions(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/includes/messaging-preference-form.inc b/koha-tmpl/intranet-tmpl/prog/en/includes/messaging-preference-form.inc index e0c880f652..2f948c6236 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/includes/messaging-preference-form.inc +++ b/koha-tmpl/intranet-tmpl/prog/en/includes/messaging-preference-form.inc @@ -11,7 +11,6 @@ Email Digests only - [% UNLESS ( messaging_form_inactive ) %]Do not notify[% END %] [% FOREACH messaging_preference IN messaging_preferences %] @@ -190,9 +189,6 @@ - [% END %] --> - [% UNLESS ( messaging_form_inactive ) %] - - [% END %] [% END %] -- 2.11.0