From fcb221c0a2af5a2337330de51475f0f9752370f8 Mon Sep 17 00:00:00 2001 From: Nick Clemens Date: Tue, 1 Oct 2024 15:02:37 +0000 Subject: [PATCH] Bug 37148: [WIP] use built in table filtering --- .../prog/en/modules/circ/pendingreserves.tt | 27 +++++-------------- 1 file changed, 6 insertions(+), 21 deletions(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/pendingreserves.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/circ/pendingreserves.tt index 701aab6dca5..379c4c178f7 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/pendingreserves.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/circ/pendingreserves.tt @@ -62,6 +62,8 @@

Reported on [% todaysdate | $KohaDates %]

The following holds have not been filled. Please retrieve them and check them in.

+
+
[% IF holds_info %] @@ -252,25 +254,6 @@ [% END %] - - - - - - - - - - - - - - - - - - -
[% ELSE %] @@ -279,6 +262,7 @@
+ @@ -325,13 +309,14 @@ [% INCLUDE 'calendar.inc' %] [% INCLUDE 'datatables.inc' %] [% INCLUDE 'columns_settings.inc' %] + [% Asset.js("js/table_filters.js") | $raw %] + [% Asset.js("lib/jquery/plugins/jquery.dataTables.columnFilter.js") | $raw %]