From 10628a06455fcbe44f07a46b53fd7afc4b0ffed0 Mon Sep 17 00:00:00 2001 From: Owen Leonard Date: Thu, 26 Sep 2024 19:36:25 +0000 Subject: [PATCH] Bug 27123: (follow-up) Add note to warn about removing all messages This patch adds a note to the batch patron modification form in order to warn the user about removing multiple messages at once. To test: - Apply the patch and go to Tools -> Batch patron modification - Enter or select multiple patrons and submit them for modification - On the page previewing the list patrons for modification, scroll down to the form. - Find the field for "Message" and confirm that there is a note next to the checkbox. Signed-off-by: George Williams Signed-off-by: Katrin Fischer --- koha-tmpl/intranet-tmpl/prog/en/modules/tools/modborrowers.tt | 3 +++ 1 file changed, 3 insertions(+) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/modborrowers.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/tools/modborrowers.tt index 59a1a387f6..b20d910533 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/modborrowers.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/tools/modborrowers.tt @@ -410,6 +410,9 @@ Required fields cannot be cleared [% ELSE %] + [% IF ( field.type == 'message_type' ) %] + NOTE: Checking this box will remove ALL messages + [% END %] [% END %] [% END %] -- 2.39.5