dialogBody="Enter the number of {{checkoutNoncat ? checkoutNoncat.name() : ''}} circulating">
</eg-prompt-dialog>
-<div class="row mb-3 pb-3">
+<div class="row mb-3 pb-3 border-bottom">
<div class="col-lg-12 d-flex">
<div class="form-inline">
<div class="input-group">
</div>
</div>
<div class="row mb-3 pb-3 border-bottom">
- <div class="mr-3 d-flex">
- <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="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>
</div>
<ng-template #copyBarcodeTemplate let-r="row">