From 5439d1ec0453b27da69388bf97266ae539c9d29c Mon Sep 17 00:00:00 2001 From: Owen Leonard Date: Thu, 13 Aug 2020 12:34:19 +0000 Subject: [PATCH] Bug 26201: Remove the use of jquery.checkboxes plugin from batch extend due dates page This patch removes the use of the jquery.checkboxes plugin from the batch extend due dates page. Unrelated change: Removed 'enctype="multipart/form-data"' from the form because there is no file upload. To test, apply the patch and go to Tools -> Batch extend due dates. - Submit the form with parameters which will return a set of multiple checkouts. - On the results page, test the "Select all" and "Clear all" links to confirm that they work correctly. Signed-off-by: Amit Gupta Signed-off-by: Katrin Fischer --- .../prog/en/modules/tools/batch_extend_due_dates.tt | 21 +++++++++++++-------- 1 file changed, 13 insertions(+), 8 deletions(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/batch_extend_due_dates.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/tools/batch_extend_due_dates.tt index e572b2b3d7..3736f99d40 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/batch_extend_due_dates.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/tools/batch_extend_due_dates.tt @@ -51,7 +51,7 @@ [% END %] [% IF view == 'form' %] -
+
Checkout criteria:
    @@ -198,22 +198,27 @@ [% Asset.js("js/tools-menu.js") | $raw %] [% INCLUDE 'calendar.inc' %] [% INCLUDE 'datatables.inc' %] - [% Asset.js("lib/jquery/plugins/jquery.checkboxes.min.js") | $raw %] [% Asset.js("lib/jquery/plugins/humanmsg.js") | $raw %]