From 3cbe217366e22fd40bc0da0fc5d9a6564bc6add1 Mon Sep 17 00:00:00 2001 From: Owen Leonard Date: Fri, 20 Jan 2023 11:56:55 +0000 Subject: [PATCH] Bug 32688: Convert recalls awaiting pickup tabs to Bootstrap This patch updates the recalls awaiting pickup template (recalls_waiting.tt) to replace a set of jQueryUI tabs. They are converted to Bootstrap in order to complete Bug 29226. To test, apply the patch and make sure the "UseRecalls" system preference is enabled. - Go to Circulation -> Recalls awaiting pickup. - You should see two tabs, "Recalls waiting" and "Recalls waiting over X days." - The tabs should look correct and work correctly. Signed-off-by: David Nind --- .../en/modules/recalls/recalls_waiting.tt | 206 +++++++++--------- 1 file changed, 104 insertions(+), 102 deletions(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/recalls/recalls_waiting.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/recalls/recalls_waiting.tt index 162d1a03fb..a0686c1fa4 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/recalls/recalls_waiting.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/recalls/recalls_waiting.tt @@ -32,107 +32,112 @@
-
[% ELSE %] @@ -151,15 +156,12 @@ [% END %] - [% MACRO jsinclude BLOCK %] [% INCLUDE 'datatables.inc' %] [% INCLUDE 'columns_settings.inc' %]