From cc761a761430eb9431fd2c17625e99869186cb11 Mon Sep 17 00:00:00 2001 From: Owen Leonard Date: Mon, 4 Apr 2022 16:40:20 +0000 Subject: [PATCH] Bug 30453: Convert offline circulation tabs to Bootstrap This patch updates the offline circulation page in the staff interface to use Bootstrap tabs instead of jQueryUI. To test, apply the patch and make sure the AllowOfflineCirculation system preference is enabled. - Go to Circulation -> Built-in offline circulation interface - Submit a patron barcode in the "Check out" field. - Under the barcode input field you should see two tabs: Checkouts and Fines. Confirm that they look correct and work correctly. --- .../prog/en/modules/circ/offline.tt | 107 +++++++++--------- 1 file changed, 53 insertions(+), 54 deletions(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/offline.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/circ/offline.tt index 01abfab00d..48fd7b0cfa 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/offline.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/circ/offline.tt @@ -149,62 +149,63 @@
-
@@ -771,8 +772,6 @@ recordFine($('#pay-fine-amount').val()); }); - $('#patronlists').tabs(); - $("#duedatespec").flatpickr({ enableTime: true, dateFormat: flatpickr_datetime_string, -- 2.20.1