From f8e8f76513b1676a847638058015ce470dafac3e 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 | 105 +++++++++--------- 1 file changed, 52 insertions(+), 53 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 9c5e1fbc30..30fd2a07f5 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/offline.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/circ/offline.tt @@ -149,61 +149,62 @@
-
@@ -764,8 +765,6 @@ recordFine($('#pay-fine-amount').val()); }); - $('#patronlists').tabs(); - $("#newduedate").datetimepicker({ minDate: 1, // require that renewal date is after today hour: 23, -- 2.20.1