LP#1990968: Move strict barcode checkbox
authorScott Angel <scottangel@mobiusconsortium.org>
Wed, 30 Nov 2022 15:20:43 +0000 (09:20 -0600)
committerGalen Charlton <gmc@equinoxOLI.org>
Thu, 30 Mar 2023 14:05:09 +0000 (10:05 -0400)
Moved the 'Strict Barcode' checkbox next to the item barcode input box
for a more streamlined and workflow page layout. This affected three
Evergreen interfaces: Patron checkout, Item Renew, Item Checkin

Signed-off-by: Scott Angel <scottangel@mobiusconsortium.org>
Signed-off-by: Jason Stephenson <jstephenson@cwmars.org>
Signed-off-by: Elizabeth Thomsen <et@noblenet.org>
Signed-off-by: Galen Charlton <gmc@equinoxOLI.org>

Open-ILS/src/templates/staff/circ/checkin/t_checkin.tt2
Open-ILS/src/templates/staff/circ/patron/t_checkout.tt2
Open-ILS/src/templates/staff/circ/renew/t_renew.tt2

index 0606ce7..bbbec0e 100644 (file)
         <input type="submit" class="btn btn-default" value="[% l('Submit') %]"/>
       </div>
     </form>
+    <div class="checkbox">
+     <label>
+      <input ng-model="strict_barcode" type="checkbox"
+         ng-change="onStrictBarcodeChange()"/>
+         [% l('Strict Barcode') %]
+     </label>
+    </div>
   </div>
 
   <div class="col-md-3">
         </label>
       </div>
       <div class="pad-horiz"></div>
-      <div class="checkbox">
-        <label>
-          <input ng-model="strict_barcode" type="checkbox"
-            ng-change="onStrictBarcodeChange()"/>
-          [% l('Strict Barcode') %]
-        </label>
-      </div>
     </div><!-- flex row -->
   </div><!-- col -->
   <div class="col-md-2">
index 2fab3c2..feb5138 100644 (file)
 
       </div>
     </form>
+  <div class="checkbox">
+    <label>
+      <input ng-model="strict_barcode" type="checkbox"
+        ng-change="onStrictBarcodeChange()"/>
+      [% l('Strict Barcode') %]
+    </label>
+  </div>
   </div>
   <div class="col-md-4 col-lg-6">
     <div class="flex-row">
 
 <div class="flex-row pad-vert">
   <div class="flex-cell"></div>
-  <div class="checkbox">
-    <label>
-      <input ng-model="strict_barcode" type="checkbox"
-        ng-change="onStrictBarcodeChange()"/>
-      [% l('Strict Barcode') %]
-    </label>
-  </div>
   <div class="pad-horiz" ng-if="using_hatch_printer"></div>
   <div class="checkbox" ng-if="using_hatch_printer">
     <label>
index 3f54371..053bfb6 100644 (file)
             ng-disabled="outOfRange" value="[% l('Submit') %]"/>
       </div>
     </form>
+  <div class="checkbox">
+    <label>
+      <input ng-model="strict_barcode" type="checkbox"
+        ng-change="onStrictBarcodeChange()"/>
+      [% l('Strict Barcode') %]
+    </label>
+  </div>
   </div>
   <div class="col-md-6">
     <div class="flex-row">
     </label>
   </div>
   <div class="pad-horiz"></div>
-  <div class="checkbox">
-    <label>
-      <input ng-model="strict_barcode" type="checkbox"
-        ng-change="onStrictBarcodeChange()"/>
-      [% l('Strict Barcode') %]
-    </label>
-  </div>
 </div>