Naively move the strict barcode checkbox in checkin.component.html
authorJason Stephenson <jstephenson@cwmars.org>
Wed, 30 Nov 2022 21:15:22 +0000 (16:15 -0500)
committerJason Stephenson <jstephenson@cwmars.org>
Wed, 30 Nov 2022 21:15:22 +0000 (16:15 -0500)
Open-ILS/src/eg2/src/app/staff/circ/checkin/checkin.component.html

index 4542213..81b6e09 100644 (file)
         </div>
       </div>
     </div>
+    <div class="mr-3">
+      <div class="form-check form-check-inline">
+        <input class="form-check-input" type="checkbox" 
+          (ngModelChange)="toggleStrictBarcode($event)"
+          id="strict-barcode-cbox" [(ngModel)]="strictBarcode"/>
+        <label class="form-check-label" 
+          for="strict-barcode-cbox" i18n>Strict Barcode</label>
+      </div>
+    </div>
     <div class="flex-1"></div>
     <div class="mr-2">
       <div class="form-check form-check-inline">
           for="trim-list-cbox" i18n>Trim List (20)</label>
       </div>
     </div>
-    <div class="mr-3">
-      <div class="form-check form-check-inline">
-        <input class="form-check-input" type="checkbox" 
-          (ngModelChange)="toggleStrictBarcode($event)"
-          id="strict-barcode-cbox" [(ngModel)]="strictBarcode"/>
-        <label class="form-check-label" 
-          for="strict-barcode-cbox" i18n>Strict Barcode</label>
-      </div>
-    </div>
     <div>
       <div ngbDropdown>
         <button class="btn btn-outline-dark"