From 475d663c36e824bc357360c85f0cb80bf55f2058 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 Signed-off-by: Fridolin Somers --- .../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 f7fe145821..3dd818a33d 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.39.2