PINES Customization: Specific Due Date Box
authorTerran McCanna <tmccanna@georgialibraries.org>
Fri, 10 Jan 2020 16:01:57 +0000 (11:01 -0500)
committerChris Sharp <csharp@georgialibraries.org>
Mon, 8 Nov 2021 14:25:11 +0000 (09:25 -0500)
This widens the specific due date box on the patron checkout
screen so that the full date is visible. This will probably
be fixed in master at some point, but fixing it locally
for the time being.

Signed-off-by: Terran McCanna <tmccanna@georgialibraries.org>
Signed-off-by: Chris Sharp <csharp@georgialibraries.org>
Open-ILS/src/templates/staff/circ/patron/t_checkout.tt2

index 305d909..477086d 100644 (file)
@@ -76,7 +76,8 @@
           [% l('Specific Due Date') %]
         </label>
       </div> -->
-      <div class="col-md-12 col-lg-6">
+
+      <div class="col-md-4" style="width:180px;">
         <eg-date-input min-date="minDate" out-of-range="outOfRange"
           ng-model="checkoutArgs.due_date" ng-disabled="!date_options.has_sticky_date" show-time-picker>
         </eg-date-input>