LP2000482 Bootstrap 5: hold component fixup
authorStephanie Leary <stephanie.leary@equinoxOLI.org>
Wed, 22 Feb 2023 20:38:19 +0000 (14:38 -0600)
committerStephanie Leary <stephanie.leary@equinoxoli.org>
Wed, 1 Mar 2023 15:22:41 +0000 (15:22 +0000)
Signed-off-by: Stephanie Leary <stephanie.leary@equinoxOLI.org>
Open-ILS/src/eg2/src/app/staff/catalog/hold/hold.component.html

index 116ab0a..9724d1d 100644 (file)
         <div class="col-lg-1">
           <ng-container
             *ngFor="let code of ctx.holdMeta.bibSummary.attributes.icon_format">
-            <img class="pr-1"
+            <img class="pe-1"
               alt=""
               src="/images/format_icons/icon_format/{{code}}.png"/>
           </ng-container>
         <div class="col-lg-11 d-flex">
           <ng-container
             *ngFor="let ccvm of ctx.holdMeta.metarecord_filters.formats">
-            <div class="form-check ml-3">
-              <label class="form-check-label ml-1" for="hold-include-format-{{ccvm.code()}}">
+            <div class="form-check ms-3">
+              <label class="form-label form-check-label ms-1" for="hold-include-format-{{ccvm.code()}}">
               <input class="form-check-input" type="checkbox" id="hold-include-format-{{ccvm.code()}}"
                 [disabled]="ctx.holdMeta.metarecord_filters.formats.length === 1"
                 [(ngModel)]="ctx.selectedFormats.formats[ccvm.code()]"/>
         <div class="col-lg-11 d-flex">
           <ng-container
             *ngFor="let ccvm of ctx.holdMeta.metarecord_filters.langs">
-            <div class="form-check ml-3">
-              <label class="form-check-label ml-1" for="hold-include-lang-{{ccvm.value()}}">
+            <div class="form-check ms-3">
+              <label class="form-label form-check-label ms-1" for="hold-include-lang-{{ccvm.value()}}">
               <input class="form-check-input" type="checkbox" id="hold-include-lang-{{ccvm.value()}}"
                 [disabled]="ctx.holdMeta.metarecord_filters.langs.length === 1"
                 [(ngModel)]="ctx.selectedFormats.langs[ccvm.code()]"/>