From 383859014cd5ee067e4ea787a66b6527ebdfddc8 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 --- .../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 e87c64e552..8cc09c9d3a 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