From 0e22f34106b307c0e831e018bd9455b14e60ea73 Mon Sep 17 00:00:00 2001 From: Owen Leonard Date: Mon, 4 Apr 2022 18:23:00 +0000 Subject: [PATCH] Bug 30454: Convert holds awaiting pickup tabs to Bootstrap This patch updates the holds awaiting pickup page to replace jQueryUI tabs with Bootstrap tabs. A minor JavaScript change is required to work with the new HTML structure. To test you should have multiple holds for one library: Some which are waiting for less than the number of days specified in ReservesMaxPickUpDelay, some which are waiting longer. - Apply the patch and go to Circulation -> Holds awaiting pickup. - You should see two tabs: "Holds waiting" and "Holds waiting over..." - Confirm that the tabs look correct and work correctly. - Confirm that the "Cancel selected" buttons work correctly under each tab. Signed-off-by: Martin Renvoize Signed-off-by: Fridolin Somers --- .../prog/en/modules/circ/waitingreserves.tt | 17 ++++++++--------- 1 file changed, 8 insertions(+), 9 deletions(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/waitingreserves.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/circ/waitingreserves.tt index 227653ad03..f9aeb48443 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/waitingreserves.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/circ/waitingreserves.tt @@ -81,15 +81,16 @@ [% END %]
-