From 223c4e9afa1c7253dccc239a3bceac941a98c8f2 Mon Sep 17 00:00:00 2001 From: Stephanie Leary Date: Thu, 23 Feb 2023 16:58:06 -0600 Subject: [PATCH] LP2000482 Bootstrap 5: Font styles Signed-off-by: Stephanie Leary --- Open-ILS/src/eg2/src/app/share/combobox/combobox.component.html | 2 +- .../src/app/share/grid/grid-toolbar-actions-editor.component.html | 2 +- .../eg2/src/app/share/grid/grid-toolbar-actions-menu.component.html | 2 +- Open-ILS/src/eg2/src/app/share/grid/grid-toolbar.component.html | 2 +- Open-ILS/src/eg2/src/app/share/grid/grid.component.html | 4 ++-- .../src/eg2/src/app/staff/acq/lineitem/copy-attrs.component.html | 4 ++-- .../src/eg2/src/app/staff/acq/lineitem/lineitem-list.component.html | 2 +- .../staff/admin/local/copy-loc-order/copy-loc-order.component.html | 6 +++--- .../admin/local/staff_portal_page/staff-portal-page.component.html | 2 +- .../admin/server/coded-value-maps/composite-def.component.html | 6 +++--- .../src/eg2/src/app/staff/admin/server/org-unit-type.component.html | 2 +- Open-ILS/src/eg2/src/app/staff/admin/server/org-unit.component.html | 2 +- .../eg2/src/app/staff/admin/server/perm-group-tree.component.html | 6 +++--- Open-ILS/src/eg2/src/app/staff/cat/vandelay/import.component.html | 2 +- .../src/app/staff/cat/vandelay/match-set-expression.component.html | 2 +- Open-ILS/src/eg2/src/app/staff/cat/volcopy/config.component.html | 4 ++-- Open-ILS/src/eg2/src/app/staff/cat/volcopy/vol-edit.component.html | 2 +- .../src/eg2/src/app/staff/catalog/browse/results.component.html | 2 +- Open-ILS/src/eg2/src/app/staff/catalog/hold/hold.component.html | 2 +- Open-ILS/src/eg2/src/app/staff/catalog/result/record.component.html | 4 ++-- Open-ILS/src/eg2/src/app/staff/catalog/search-form.component.html | 2 +- .../src/eg2/src/app/staff/catalog/search-templates.component.html | 4 ++-- .../eg2/src/app/staff/share/admin-page/admin-page.component.html | 2 +- .../staff/share/marc-edit/authority-linking-dialog.component.html | 2 +- 24 files changed, 35 insertions(+), 35 deletions(-) diff --git a/Open-ILS/src/eg2/src/app/share/combobox/combobox.component.html b/Open-ILS/src/eg2/src/app/share/combobox/combobox.component.html index 915b9e427e..08cf04f027 100644 --- a/Open-ILS/src/eg2/src/app/share/combobox/combobox.component.html +++ b/Open-ILS/src/eg2/src/app/share/combobox/combobox.component.html @@ -23,7 +23,7 @@ class="form-control" [id]="domId" [ngClass]="{ - 'text-success font-italic fw-bold': selected && selected.freetext, + 'text-success fst-italic fw-bold': selected && selected.freetext, 'form-control-sm': smallFormControl }" [placeholder]="placeholder" diff --git a/Open-ILS/src/eg2/src/app/share/grid/grid-toolbar-actions-editor.component.html b/Open-ILS/src/eg2/src/app/share/grid/grid-toolbar-actions-editor.component.html index c6be1fa30f..5121292dc6 100644 --- a/Open-ILS/src/eg2/src/app/share/grid/grid-toolbar-actions-editor.component.html +++ b/Open-ILS/src/eg2/src/app/share/grid/grid-toolbar-actions-editor.component.html @@ -11,7 +11,7 @@
-
{{action.label}}
+
{{action.label}}
diff --git a/Open-ILS/src/eg2/src/app/share/grid/grid-toolbar-actions-menu.component.html b/Open-ILS/src/eg2/src/app/share/grid/grid-toolbar-actions-menu.component.html index eacb5573f0..2c733f6bee 100644 --- a/Open-ILS/src/eg2/src/app/share/grid/grid-toolbar-actions-menu.component.html +++ b/Open-ILS/src/eg2/src/app/share/grid/grid-toolbar-actions-menu.component.html @@ -14,7 +14,7 @@ [disabled]="shouldDisable(action)" (click)="performAction(action)" tabindex="0"> - {{action.label}} + {{action.label}} diff --git a/Open-ILS/src/eg2/src/app/share/grid/grid-toolbar.component.html b/Open-ILS/src/eg2/src/app/share/grid/grid-toolbar.component.html index e7128fa516..afbeeaf432 100644 --- a/Open-ILS/src/eg2/src/app/share/grid/grid-toolbar.component.html +++ b/Open-ILS/src/eg2/src/app/share/grid/grid-toolbar.component.html @@ -42,7 +42,7 @@ -
+
{{gridContext.getSelectedRows().length}} selected
diff --git a/Open-ILS/src/eg2/src/app/share/grid/grid.component.html b/Open-ILS/src/eg2/src/app/share/grid/grid.component.html index 2491df5b9c..ad8b6e4b51 100644 --- a/Open-ILS/src/eg2/src/app/share/grid/grid.component.html +++ b/Open-ILS/src/eg2/src/app/share/grid/grid.component.html @@ -26,10 +26,10 @@
-
+
Error Retrieving Results
-
+
Nothing to Display
diff --git a/Open-ILS/src/eg2/src/app/staff/acq/lineitem/copy-attrs.component.html b/Open-ILS/src/eg2/src/app/staff/acq/lineitem/copy-attrs.component.html index 98f455137c..f45c6f11ff 100644 --- a/Open-ILS/src/eg2/src/app/staff/acq/lineitem/copy-attrs.component.html +++ b/Open-ILS/src/eg2/src/app/staff/acq/lineitem/copy-attrs.component.html @@ -108,12 +108,12 @@  Cancel - + {{copy.cancel_reason().label()}} - + {{copy.cancel_reason().label()}} diff --git a/Open-ILS/src/eg2/src/app/staff/acq/lineitem/lineitem-list.component.html b/Open-ILS/src/eg2/src/app/staff/acq/lineitem/lineitem-list.component.html index eff32aa76b..33bae9a768 100644 --- a/Open-ILS/src/eg2/src/app/staff/acq/lineitem/lineitem-list.component.html +++ b/Open-ILS/src/eg2/src/app/staff/acq/lineitem/lineitem-list.component.html @@ -132,7 +132,7 @@
- + {{selectedIds().length}} Selected
diff --git a/Open-ILS/src/eg2/src/app/staff/admin/local/copy-loc-order/copy-loc-order.component.html b/Open-ILS/src/eg2/src/app/staff/admin/local/copy-loc-order/copy-loc-order.component.html index cd5eecf89b..04ee702925 100644 --- a/Open-ILS/src/eg2/src/app/staff/admin/local/copy-loc-order/copy-loc-order.component.html +++ b/Open-ILS/src/eg2/src/app/staff/admin/local/copy-loc-order/copy-loc-order.component.html @@ -27,7 +27,7 @@ class="me-2 btn btn-sm btn-outline-dark .mat-icon-shrunk-in-button"> vertical_align_bottom - + Selected: {{selected().location().name()}} ({{orgSn(selected().location().owning_lib())}}) @@ -38,7 +38,7 @@
-
+
Select a shelving location below and use the arrows above to change its position.
@@ -52,7 +52,7 @@ [ngClass]="{'border border-primary rounded': selectedEntry === entry.id()}"> {{entry.location().name()}} ({{orgSn(entry.location().owning_lib())}}) - (unsaved) + (unsaved)
diff --git a/Open-ILS/src/eg2/src/app/staff/admin/local/staff_portal_page/staff-portal-page.component.html b/Open-ILS/src/eg2/src/app/staff/admin/local/staff_portal_page/staff-portal-page.component.html index 9f520b4172..6fd9c2ec93 100644 --- a/Open-ILS/src/eg2/src/app/staff/admin/local/staff_portal_page/staff-portal-page.component.html +++ b/Open-ILS/src/eg2/src/app/staff/admin/local/staff_portal_page/staff-portal-page.component.html @@ -46,7 +46,7 @@
Filters Applied: {{gridFilters | json}} - Clear Filters diff --git a/Open-ILS/src/eg2/src/app/staff/admin/server/coded-value-maps/composite-def.component.html b/Open-ILS/src/eg2/src/app/staff/admin/server/coded-value-maps/composite-def.component.html index ad8d1c3f9d..662810bbde 100644 --- a/Open-ILS/src/eg2/src/app/staff/admin/server/coded-value-maps/composite-def.component.html +++ b/Open-ILS/src/eg2/src/app/staff/admin/server/coded-value-maps/composite-def.component.html @@ -31,7 +31,7 @@
-

No tree

+

No tree

-
+
Permissions marked with a
-
Inherited
+
Inherited
{{map.grp().name()}}
diff --git a/Open-ILS/src/eg2/src/app/staff/cat/vandelay/import.component.html b/Open-ILS/src/eg2/src/app/staff/cat/vandelay/import.component.html index cc778aa93e..6e1041964c 100644 --- a/Open-ILS/src/eg2/src/app/staff/cat/vandelay/import.component.html +++ b/Open-ILS/src/eg2/src/app/staff/cat/vandelay/import.component.html @@ -236,7 +236,7 @@
- No Groups Configured + No Groups Configured
- No Items To Display + No Items To Display
diff --git a/Open-ILS/src/eg2/src/app/staff/catalog/search-form.component.html b/Open-ILS/src/eg2/src/app/staff/catalog/search-form.component.html index b49eae992e..bdb996389f 100644 --- a/Open-ILS/src/eg2/src/app/staff/catalog/search-form.component.html +++ b/Open-ILS/src/eg2/src/app/staff/catalog/search-form.component.html @@ -434,7 +434,7 @@ Filters Applied: {{gridFilters | json}} - Clear Filters diff --git a/Open-ILS/src/eg2/src/app/staff/share/marc-edit/authority-linking-dialog.component.html b/Open-ILS/src/eg2/src/app/staff/share/marc-edit/authority-linking-dialog.component.html index 3a5f1cb778..125f61c722 100644 --- a/Open-ILS/src/eg2/src/app/staff/share/marc-edit/authority-linking-dialog.component.html +++ b/Open-ILS/src/eg2/src/app/staff/share/marc-edit/authority-linking-dialog.component.html @@ -94,7 +94,7 @@ *ngTemplateOutlet="headingField;context:{field:entry.main_heading, authId: entry.authority_id}"> -