From 28e0c762bc7d25e3913935d5c925dbdd8a44ae34 Mon Sep 17 00:00:00 2001 From: Jonathan Druart Date: Wed, 20 Nov 2024 10:32:13 +0100 Subject: [PATCH] Bug 38436: Fix OPAC tables This patch sync columns_settings.inc for the OPAC-side It however removes 'api' from datatables.js as it is never used. 'api' was renamed 'kohaTable' on bug 29408 but OPAC was forgotten. Better to not have to deal with this unused code for now, we will reintroduce it if needed later. --- .../en/includes/columns_settings.inc | 74 +++++-- .../bootstrap/en/modules/opac-detail.tt | 10 +- .../opac-tmpl/bootstrap/js/datatables.js | 198 ------------------ 3 files changed, 57 insertions(+), 225 deletions(-) diff --git a/koha-tmpl/opac-tmpl/bootstrap/en/includes/columns_settings.inc b/koha-tmpl/opac-tmpl/bootstrap/en/includes/columns_settings.inc index 6fe51008c32..0c5317adf90 100644 --- a/koha-tmpl/opac-tmpl/bootstrap/en/includes/columns_settings.inc +++ b/koha-tmpl/opac-tmpl/bootstrap/en/includes/columns_settings.inc @@ -1,24 +1,31 @@ [% USE TablesSettings %]