From a45bda0eede006a9fa8a1aee3babd2846abd6cdc Mon Sep 17 00:00:00 2001 From: Dan Briem Date: Wed, 7 Aug 2019 19:13:21 -0400 Subject: [PATCH] LP#1803406 Due date box in check out has display issues at wider resolutions Adjusted bootstrap .col classes so the specific due date input displays the full date and prevents the barcode input group from collapsing at < 1179px. Signed-off-by: Dan Briem Signed-off-by: Terran McCanna Signed-off-by: Galen Charlton --- Open-ILS/src/templates/staff/circ/patron/t_checkout.tt2 | 16 ++++++---------- 1 file changed, 6 insertions(+), 10 deletions(-) diff --git a/Open-ILS/src/templates/staff/circ/patron/t_checkout.tt2 b/Open-ILS/src/templates/staff/circ/patron/t_checkout.tt2 index 016e74b1da..65d56fb8ff 100644 --- a/Open-ILS/src/templates/staff/circ/patron/t_checkout.tt2 +++ b/Open-ILS/src/templates/staff/circ/patron/t_checkout.tt2 @@ -1,7 +1,7 @@
-
+
@@ -30,18 +30,17 @@ id="patron-checkout-barcode" type="text"/> + ng-class="{disabled : disable_checkout()}" value="[% l('Submit') %]"/>
-
+
-
+
--> - -
- - +
+
-- 2.11.0