From 898da9e4eb08f74cff250c44ae6f1252d0fe02f6 Mon Sep 17 00:00:00 2001 From: Lucas Gass Date: Tue, 9 Jan 2024 21:57:49 +0000 Subject: [PATCH] Bug 35753: Remove Checkbox() function To test: 1. APPLY PATCH and clear browser cache. 2. Have multiple additional content items ( news/HTML customization/Pages ) 3. From one of the pages ( news/HTML customization/Pages ) click the 'Delete selected' button. Since no items are checked you should see the 'Please select content to delete' alert. 4. Check some items and click 'Delete selected' they should be correctly deleted. Note: There is no change in behavior from this patch. Signed-off-by: Jonathan Druart Signed-off-by: Victor Grousset/tuxayo Signed-off-by: Katrin Fischer --- .../prog/en/modules/tools/additional-contents.tt | 13 +------------ 1 file changed, 1 insertion(+), 12 deletions(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/additional-contents.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/tools/additional-contents.tt index 8e513bc18a..c07c081f92 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/additional-contents.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/tools/additional-contents.tt @@ -567,17 +567,6 @@ modalNumber = $(this).attr('data-number'); $('.modal[data-number="'+modalNumber+'"]').modal('show'); }) - function Checkbox(){ - var form = document.getElementById('del_form'); - var inputs = form.getElementsByTagName('input'); - var checked = false; - for (var i=0; i