[open-ils-commits] [GIT] Evergreen ILS branch rel_3_4 updated. 50f1e861263a8f4f0394116bc979098d926f2408
Evergreen Git
git at git.evergreen-ils.org
Fri Dec 6 11:09:46 EST 2019
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Evergreen ILS".
The branch, rel_3_4 has been updated
via 50f1e861263a8f4f0394116bc979098d926f2408 (commit)
from 93976c74fa188d73606173ba510c384c994c425b (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit 50f1e861263a8f4f0394116bc979098d926f2408
Author: Dan Briem <dbriem at wlsmail.org>
Date: Wed Aug 7 19:13:21 2019 -0400
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 <dbriem at wlsmail.org>
Signed-off-by: Terran McCanna <tmccanna at georgialibraries.org>
Signed-off-by: Galen Charlton <gmc at equinoxinitiative.org>
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 c7c6fc54b8..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 @@
<!-- item checkout form / list -->
<div class="row pad-vert">
- <div class="col-md-6">
+ <div class="col-md-8 col-lg-6">
<form ng-submit="checkout(checkoutArgs)" role="form" class="form-inline">
<div class="input-group">
@@ -35,12 +35,12 @@
</div>
</form>
</div>
- <div class="col-md-6">
+ <div class="col-md-4 col-lg-6">
<div class="flex-row">
<div class="flex-cell"></div>
<div class="form-group row">
-<div class="col-md-3" uib-dropdown>
+<div class="col-md-12 col-lg-4" uib-dropdown>
<button type="button" ng-class="{'btn-success' : date_options.has_sticky_date}" class="btn btn-default" uib-dropdown-toggle>
[% l('Date Options') %]
<span class="caret"></span>
@@ -75,7 +75,7 @@
[% l('Specific Due Date') %]
</label>
</div> -->
- <div class="col-md-4">
+ <div class="col-md-12 col-lg-6">
<eg-date-input ng-model="checkoutArgs.due_date" ng-disabled="!date_options.has_sticky_date" show-time-picker></eg-date-input>
</div>
</div>
-----------------------------------------------------------------------
Summary of changes:
Open-ILS/src/templates/staff/circ/patron/t_checkout.tt2 | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
hooks/post-receive
--
Evergreen ILS
More information about the open-ils-commits
mailing list