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

index 170562a..2885045 100644 (file)
         </div>
       </div>
     </div>
+    <div class="mr-3">
+      <div class="form-check form-check-inline pt-1">
+        <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 ngbDropdown>
       <button ngbDropdownToggle class="btn mr-2" [ngClass]="{
   <div class="col-lg-12 d-flex">
     <div class="flex-1"></div>
     <div class="mr-3">
-      <div class="form-check form-check-inline pt-1">
-        <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="mr-3">
       <div class="input-group">
         <span class="material-icons pt-2 pr-2">
           <ng-container *ngIf="!mayEmailReceipt()">print</ng-container>