LP2000482 Angular 15 and Bootstrap 5 upgrade
[evergreen-equinox.git] / Open-ILS / src / eg2 / src / app / staff / acq / lineitem / batch-update-copies-dialog.component.html
index 72e71b1..932e02b 100644 (file)
@@ -1,5 +1,6 @@
 <ng-template #copyAttrsHeader let-hideBarcode="hideBarcode" let-moreCss="moreCss">
-  <div class="div d-flex font-weight-bold {{moreCss}}">
+  <div class="div d-flex fw-bold {{moreCss}}">
+  <div class="div d-flex fw-bold {{moreCss}}">
     <div class="flex-1 p-1" i18n>Owning Branch</div>
     <div class="flex-1 p-1" i18n>Shelving Location</div>
     <div class="flex-1 p-1" i18n>Collection Code</div>
   <form class="form-validated">
     <div class="modal-header bg-info">
       <h3 class="modal-title" i18n>Batch Update Items on Selected Line Items</h3>
-      <button type="button" class="close"
-        i18n-aria-label aria-label="Close" (click)="close()">
-        <span aria-hidden="true">&times;</span>
-      </button>
+      <button type="button" class="btn-close btn-close-white"
+        i18n-aria-label aria-label="Close" (click)="close()"></button>
     </div>
     <div class="modal-body">
       <h4 i18n>Line Item(s) selected:
       <div class="row mt-3 mb-1">
         <div class="col-lg-12 form-inline">
 
-          <label class="ml-3" for='copy-count-input' i18n>Item Count: </label>
-          <input class="form-control-sm ml-3 small"
+          <label class="form-label ms-3" for='copy-count-input' i18n>Item Count: </label>
+          <input class="form-control-sm ms-3 small"
             id='copy-count-input'
             [(ngModel)]="copyCount" [ngModelOptions]="{standalone: true}" type="text"/>
 
-          <span class="ml-3" i18n> | </span>
-          <label class="ml-3" for='distrib-formula-cbox' i18n>Distribution Formulas</label>
-          <span class="ml-3">
+          <span class="ms-3" i18n> | </span>
+          <label class="form-label ms-3" for='distrib-formula-cbox' i18n>Distribution Formulas</label>
+          <span class="ms-3">
             <eg-combobox idlClass="acqdf" [idlQueryAnd]="formulaFilter"
               [asyncSupportsEmptyTermClick]="true" [startsWith]="true"
               [idlQuerySort]="{acqdf: 'name'}"