From 3ce3c1f88f03febb5575923de213fe1f5f20a957 Mon Sep 17 00:00:00 2001 From: Owen Leonard Date: Fri, 14 Aug 2020 15:18:37 +0000 Subject: [PATCH] Bug 26215: Remove the use of jquery.checkboxes plugin from Z39.50 search pages This patch removes the use of the jquery.checkboxes plugin from three Z39.50 search templates: Acquisitions, Authorities, and Cataloging. To test, apply the patch and test the controls for selecting and deselecting Z39.50 search targets on the following pages: - In Acquisitions: Locate a vendor and add to basket -> From an external source. - In Authorities: Click "New authority" -> "New from Z39.50/SRU." - In Cataloging: Click "New from Z39.50/SRU." --- .../intranet-tmpl/prog/en/modules/acqui/z3950_search.tt | 1 - .../prog/en/modules/cataloguing/z3950_auth_search.tt | 1 - .../prog/en/modules/cataloguing/z3950_search.tt | 1 - koha-tmpl/intranet-tmpl/prog/js/z3950_search.js | 12 ++++++------ 4 files changed, 6 insertions(+), 9 deletions(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/z3950_search.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/z3950_search.tt index f3aab65199..f8d2ee7286 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/z3950_search.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/z3950_search.tt @@ -226,7 +226,6 @@ tr.selected { background-color : #FFFFCC; } tr.selected td { background-color : [% MACRO jsinclude BLOCK %] [% Asset.js("js/acquisitions-menu.js") | $raw %] [% INCLUDE 'datatables.inc' %] - [% Asset.js("lib/jquery/plugins/jquery.checkboxes.min.js") | $raw %] [% Asset.js("js/z3950_search.js") | $raw %]