From f1985fe8f0b90b79f988d764b7e93202b04ef3f2 Mon Sep 17 00:00:00 2001 From: Jason Stephenson Date: Thu, 1 Dec 2022 11:00:38 -0500 Subject: [PATCH] LP1990968: Move Strict Barcode Checkbox in Angular Staff Client Move the Strict Barcode Checkbox to the right of the barcode input from the bottom of the page for the Checkout, Checkin, and Renew interfaces. This change differs from that for AngularJS as the latter moves the checkbox to below the barcode input. Signed-off-by: Jason Stephenson --- .../src/app/staff/circ/checkin/checkin.component.html | 18 +++++++++--------- .../src/app/staff/circ/patron/checkout.component.html | 18 +++++++++--------- .../eg2/src/app/staff/circ/renew/renew.component.html | 18 +++++++++--------- 3 files changed, 27 insertions(+), 27 deletions(-) diff --git a/Open-ILS/src/eg2/src/app/staff/circ/checkin/checkin.component.html b/Open-ILS/src/eg2/src/app/staff/circ/checkin/checkin.component.html index 4542213374..42c62d40e6 100644 --- a/Open-ILS/src/eg2/src/app/staff/circ/checkin/checkin.component.html +++ b/Open-ILS/src/eg2/src/app/staff/circ/checkin/checkin.component.html @@ -97,6 +97,15 @@ +
+
+ + +
+
@@ -294,15 +303,6 @@ for="trim-list-cbox" i18n>Trim List (20)
-
-
- - -
-
+
+
+ + +
+
+
+
+ + +
+
@@ -170,15 +179,6 @@ for="trim-list-cbox" i18n>Trim List (20)
-
-
- - -
-
-- 2.11.0