@@ -, +, @@ separate file - On the bibliographic detail page, confirm that the table of holdings still works correctly: Sorting, search, column filters, and export. - Confirm that clicking the "Activate filters" control activates the filter fields at the top of each table column. - Go to Reports -> Lost items and perform the same tests. --- .../prog/en/includes/columns_settings.inc | 169 +--------------- .../prog/en/modules/catalogue/detail.tt | 1 - .../prog/en/modules/reports/itemslost.tt | 1 - koha-tmpl/intranet-tmpl/prog/js/table_filters.js | 50 ----- koha-tmpl/intranet-tmpl/prog/js/tablesettings.js | 216 +++++++++++++++++++++ 5 files changed, 219 insertions(+), 218 deletions(-) delete mode 100644 koha-tmpl/intranet-tmpl/prog/js/table_filters.js create mode 100644 koha-tmpl/intranet-tmpl/prog/js/tablesettings.js --- a/koha-tmpl/intranet-tmpl/prog/en/includes/columns_settings.inc +++ a/koha-tmpl/intranet-tmpl/prog/en/includes/columns_settings.inc @@ -1,169 +1,6 @@ +[% USE raw %] +[% USE Asset %] [% USE TablesSettings %] - - +[% Asset.js("js/tablesettings.js") | $raw %] --- a/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/detail.tt +++ a/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/detail.tt @@ -1286,7 +1286,6 @@ Note that permanent location is a code, and location may be an authval. [% Asset.js("lib/jquery/plugins/jquery.dataTables.columnFilter.js") | $raw %] [% INCLUDE 'columns_settings.inc' %] [% Asset.js("js/browser.js") | $raw %] - [% Asset.js("js/table_filters.js") | $raw %]