LP#1777675 Re-add missing columns to checkin interface
authorDan Wells <dbw2@calvin.edu>
Thu, 23 Aug 2018 18:34:57 +0000 (14:34 -0400)
committerKathy Lussier <klussier@masslnc.org>
Tue, 4 Sep 2018 18:49:57 +0000 (14:49 -0400)
During one iteration of the inventory code, a box was added to the
interface, and some room was made for it by shrinking these other
interface components.

Since the box is now gone, let's get this row back up to the expected
twelve units of width.

Signed-off-by: Dan Wells <dbw2@calvin.edu>
Signed-off-by: Kathy Lussier <klussier@masslnc.org>

Open-ILS/src/templates/staff/circ/checkin/t_checkin.tt2

index 30d996b..31b0b61 100644 (file)
@@ -49,7 +49,7 @@
 
 <!-- checkin form -->
 <div class="row pad-vert">
-  <div class="col-md-4">
+  <div class="col-md-5">
     <form ng-submit="checkin(checkinArgs)" role="form" class="form-inline">
       <div class="input-group">
 
@@ -78,7 +78,7 @@
     </div>
   </div>
 
-  <div class="col-md-3" ng-if="!is_capture">
+  <div class="col-md-4" ng-if="!is_capture">
     <div class="flex-row">
       <div class="flex-cell"></div>
       <div class="pad-horiz">[% l('Effective Date') %]</div>