From 209c8538a84b75a692cc81a05e6724fc514962e3 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. Signed-off-by: Martin Renvoize --- .../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 @@
-
    -
  • 0 Checkouts
  • -
  • 0 in fines
  • + - - -
    -
    - - - - - - - - - - - - - -
    Due dateTitleBarcodeItem typeChecked out onChecked out fromCall numberCharge
    +
    + +
    +
    + + + + + + + + + + + + + +
    Due dateTitleBarcodeItem typeChecked out onChecked out fromCall numberCharge
    +
    + +
    +
    Previous checkouts
    + + + + + + + + + + + + + +
    Due dateTitleBarcodeItem typeChecked out onChecked out fromCall numberCharge
    +
    -
    -
    Previous checkouts
    - - - - - - - - - - - - - -
    Due dateTitleBarcodeItem typeChecked out onChecked out fromCall numberCharge
    -
    -
    +
    + has 0 in fines. If you would like you can record payments. +
    Pay fines + + -
    - has 0 in fines. If you would like you can record payments. -
    Pay fines - - - - - - - -
    -
    -
    + + + + + +
    fines +
    +
@@ -771,8 +772,6 @@ recordFine($('#pay-fine-amount').val()); }); - $('#patronlists').tabs(); - $("#duedatespec").flatpickr({ enableTime: true, dateFormat: flatpickr_datetime_string, -- 2.20.1