From 0b33e87abc41b99d8a0111fd5a7d756f06ccbec6 Mon Sep 17 00:00:00 2001 From: Jonathan Druart Date: Thu, 21 Mar 2024 12:25:36 +0100 Subject: [PATCH] Bug 35249: Adjust table id and style We could eventually have a table for authorities, so better to have a specific table id. Also I think it's better to have the table smaller than taking the whole width Signed-off-by: Jonathan Druart Signed-off-by: Nick Clemens Signed-off-by: Katrin Fischer --- .../en/modules/admin/searchengine/elasticsearch/mappings.tt | 2 +- koha-tmpl/intranet-tmpl/prog/js/elasticsearch-mappings.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/searchengine/elasticsearch/mappings.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/searchengine/elasticsearch/mappings.tt index d98c0c903a..9e2761a1f1 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/searchengine/elasticsearch/mappings.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/searchengine/elasticsearch/mappings.tt @@ -487,7 +487,7 @@ a.add, a.delete {

Facet order

Drag and drop rows to change the order
- +
diff --git a/koha-tmpl/intranet-tmpl/prog/js/elasticsearch-mappings.js b/koha-tmpl/intranet-tmpl/prog/js/elasticsearch-mappings.js index 4b9127c02b..ae1681e41f 100644 --- a/koha-tmpl/intranet-tmpl/prog/js/elasticsearch-mappings.js +++ b/koha-tmpl/intranet-tmpl/prog/js/elasticsearch-mappings.js @@ -100,7 +100,7 @@ $(document).ready(function () { } }); - $("#facetst").DataTable( + $("#facet_biblios_table").DataTable( $.extend(true, {}, dataTablesDefaults, { "columnDefs": [ { "orderable": false, "searchable": false, 'targets': ['NoSort'] }, -- 2.39.2
Order