Try mangling the checkout component again
authorJason Stephenson <jstephenson@cwmars.org>
Thu, 1 Dec 2022 14:48:52 +0000 (09:48 -0500)
committerJason Stephenson <jstephenson@cwmars.org>
Thu, 1 Dec 2022 14:48:52 +0000 (09:48 -0500)
Open-ILS/src/eg2/src/app/staff/circ/patron/checkout.component.html

index 2885045..1ffd65a 100644 (file)
           <button class="btn btn-outline-dark" (keydown.enter)="checkout()" 
             (click)="checkout()" i18n>Submit</button>
         </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 class="input-group-append">
+          <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 class="flex-1"></div>