From e433b431052ba4106dbe573391baf75132c6d1a1 Mon Sep 17 00:00:00 2001 From: Stephanie Leary Date: Thu, 9 Mar 2023 15:38:02 +0000 Subject: [PATCH] LP2000482 Bootstrap 5: redundant input-group-text Signed-off-by: Stephanie Leary --- .../local/cash-reports/cash-reports.component.html | 6 ----- .../course-associate-material.component.html | 21 ++++------------- .../course-associate-users.component.html | 2 -- .../field-documentation.component.html | 2 -- .../edit-org-unit-setting-dialog.component.html | 26 +++++----------------- .../org-unit-settings.component.html | 2 -- .../app/staff/admin/server/org-unit.component.html | 4 +--- .../admin/server/print-template.component.html | 8 ++----- .../src/app/staff/booking/capture.component.html | 2 -- .../booking/create-reservation.component.html | 26 +++++----------------- .../booking/manage-reservations.component.html | 7 ------ .../src/app/staff/booking/pickup.component.html | 2 -- .../src/app/staff/booking/pull-list.component.html | 4 ---- .../src/app/staff/booking/return.component.html | 4 ---- .../app/staff/cat/authority/browse.component.html | 8 ++----- .../staff/cat/authority/marc-edit.component.html | 4 +--- .../src/app/staff/cat/bib-by-ident.component.html | 2 -- .../staff/cat/item/missing-pieces.component.html | 4 +--- .../cat/vandelay/match-set-list.component.html | 4 +--- .../cat/vandelay/recent-imports.component.html | 2 +- .../src/app/staff/catalog/hold/hold.component.html | 12 +++------- .../staff/catalog/record/holdings.component.html | 4 +--- .../app/staff/circ/checkin/checkin.component.html | 4 +--- .../app/staff/circ/patron/bcsearch.component.html | 4 +--- .../src/app/staff/circ/patron/bills.component.html | 4 +--- .../src/app/staff/circ/renew/renew.component.html | 4 +--- .../src/app/staff/share/holds/grid.component.html | 8 ++----- 27 files changed, 33 insertions(+), 147 deletions(-) diff --git a/Open-ILS/src/eg2/src/app/staff/admin/local/cash-reports/cash-reports.component.html b/Open-ILS/src/eg2/src/app/staff/admin/local/cash-reports/cash-reports.component.html index 51acd1f6ab..251fc936c3 100644 --- a/Open-ILS/src/eg2/src/app/staff/admin/local/cash-reports/cash-reports.component.html +++ b/Open-ILS/src/eg2/src/app/staff/admin/local/cash-reports/cash-reports.component.html @@ -5,21 +5,15 @@
-
Start Date
-
-
End Date
-
-
View reports for
-
diff --git a/Open-ILS/src/eg2/src/app/staff/admin/local/course-reserves/course-associate-material.component.html b/Open-ILS/src/eg2/src/app/staff/admin/local/course-reserves/course-associate-material.component.html index 719e21ae0d..a926206ace 100644 --- a/Open-ILS/src/eg2/src/app/staff/admin/local/course-reserves/course-associate-material.component.html +++ b/Open-ILS/src/eg2/src/app/staff/admin/local/course-reserves/course-associate-material.component.html @@ -36,9 +36,6 @@
-
- -
-
- -
+ @@ -72,20 +67,16 @@ -
-
-
- -
+
-
- -
+
-
- -
+ diff --git a/Open-ILS/src/eg2/src/app/staff/admin/local/course-reserves/course-associate-users.component.html b/Open-ILS/src/eg2/src/app/staff/admin/local/course-reserves/course-associate-users.component.html index 3e0f093a0f..6566f17084 100644 --- a/Open-ILS/src/eg2/src/app/staff/admin/local/course-reserves/course-associate-users.component.html +++ b/Open-ILS/src/eg2/src/app/staff/admin/local/course-reserves/course-associate-users.component.html @@ -23,9 +23,7 @@
-
-
-
Class
-
diff --git a/Open-ILS/src/eg2/src/app/staff/admin/local/org-unit-settings/edit-org-unit-setting-dialog.component.html b/Open-ILS/src/eg2/src/app/staff/admin/local/org-unit-settings/edit-org-unit-setting-dialog.component.html index 94fc6db62c..b929ac80b0 100644 --- a/Open-ILS/src/eg2/src/app/staff/admin/local/org-unit-settings/edit-org-unit-setting-dialog.component.html +++ b/Open-ILS/src/eg2/src/app/staff/admin/local/org-unit-settings/edit-org-unit-setting-dialog.component.html @@ -18,11 +18,9 @@
-
-
Context
- -
+
Context
+
@@ -32,20 +30,17 @@
-
-
Value
+ -
-
Value
$
-
-
Value
-
-
Value
-
-
Value
-
-
Value
-
-
Value
@@ -128,7 +113,6 @@ -
diff --git a/Open-ILS/src/eg2/src/app/staff/admin/local/org-unit-settings/org-unit-settings.component.html b/Open-ILS/src/eg2/src/app/staff/admin/local/org-unit-settings/org-unit-settings.component.html index 2475c8c2c2..51c83df134 100644 --- a/Open-ILS/src/eg2/src/app/staff/admin/local/org-unit-settings/org-unit-settings.component.html +++ b/Open-ILS/src/eg2/src/app/staff/admin/local/org-unit-settings/org-unit-settings.component.html @@ -16,12 +16,10 @@
-
Context Location
-
diff --git a/Open-ILS/src/eg2/src/app/staff/admin/server/org-unit.component.html b/Open-ILS/src/eg2/src/app/staff/admin/server/org-unit.component.html index fc303d72f2..43cb86c89f 100644 --- a/Open-ILS/src/eg2/src/app/staff/admin/server/org-unit.component.html +++ b/Open-ILS/src/eg2/src/app/staff/admin/server/org-unit.component.html @@ -103,9 +103,7 @@
-
-
Note:
-
+
Note:
-
- Template -
+ Template {{r.label}} ({{getOwnerName(r.id)}}) @@ -39,9 +37,7 @@
-
- Locale -
+ Locale diff --git a/Open-ILS/src/eg2/src/app/staff/booking/capture.component.html b/Open-ILS/src/eg2/src/app/staff/booking/capture.component.html index ddd78368a4..e52da0df23 100644 --- a/Open-ILS/src/eg2/src/app/staff/booking/capture.component.html +++ b/Open-ILS/src/eg2/src/app/staff/booking/capture.component.html @@ -9,10 +9,8 @@
-
-
diff --git a/Open-ILS/src/eg2/src/app/staff/booking/create-reservation.component.html b/Open-ILS/src/eg2/src/app/staff/booking/create-reservation.component.html index f91a86d328..f6d896db63 100644 --- a/Open-ILS/src/eg2/src/app/staff/booking/create-reservation.component.html +++ b/Open-ILS/src/eg2/src/app/staff/booking/create-reservation.component.html @@ -6,9 +6,7 @@
-
- -
+ @@ -16,9 +14,7 @@
-
- -
+
@@ -37,9 +33,7 @@
-
- -
+
-
- -
+
@@ -84,9 +76,7 @@
  • - - - + @@ -107,17 +97,13 @@
    • - -
    • - -
    • @@ -129,9 +115,7 @@
    • - - diff --git a/Open-ILS/src/eg2/src/app/staff/booking/manage-reservations.component.html b/Open-ILS/src/eg2/src/app/staff/booking/manage-reservations.component.html index 3e3678c0a2..a947066355 100644 --- a/Open-ILS/src/eg2/src/app/staff/booking/manage-reservations.component.html +++ b/Open-ILS/src/eg2/src/app/staff/booking/manage-reservations.component.html @@ -18,9 +18,6 @@
      -
      - -
      @@ -36,9 +33,7 @@
      -
      -
      @@ -54,9 +49,7 @@
      -
      -
      diff --git a/Open-ILS/src/eg2/src/app/staff/booking/pickup.component.html b/Open-ILS/src/eg2/src/app/staff/booking/pickup.component.html index eebf04e79b..0330c9ebb6 100644 --- a/Open-ILS/src/eg2/src/app/staff/booking/pickup.component.html +++ b/Open-ILS/src/eg2/src/app/staff/booking/pickup.component.html @@ -5,10 +5,8 @@
      -
      -
      diff --git a/Open-ILS/src/eg2/src/app/staff/booking/pull-list.component.html b/Open-ILS/src/eg2/src/app/staff/booking/pull-list.component.html index bca9f9c060..0471210e42 100644 --- a/Open-ILS/src/eg2/src/app/staff/booking/pull-list.component.html +++ b/Open-ILS/src/eg2/src/app/staff/booking/pull-list.component.html @@ -5,9 +5,7 @@
      -
      -
      @@ -16,9 +14,7 @@
      -
      -
      diff --git a/Open-ILS/src/eg2/src/app/staff/booking/return.component.html b/Open-ILS/src/eg2/src/app/staff/booking/return.component.html index 0cba8b9974..c7ce6e72be 100644 --- a/Open-ILS/src/eg2/src/app/staff/booking/return.component.html +++ b/Open-ILS/src/eg2/src/app/staff/booking/return.component.html @@ -11,10 +11,8 @@
      -
      -
      @@ -31,10 +29,8 @@ By resource
      -
      -

      Ready for return

      diff --git a/Open-ILS/src/eg2/src/app/staff/cat/authority/browse.component.html b/Open-ILS/src/eg2/src/app/staff/cat/authority/browse.component.html index fcb3aada1a..73aad31484 100644 --- a/Open-ILS/src/eg2/src/app/staff/cat/authority/browse.component.html +++ b/Open-ILS/src/eg2/src/app/staff/cat/authority/browse.component.html @@ -8,9 +8,7 @@
      -
      - Search Term -
      + Search Term
      -
      - Authority Type -
      + Authority Type diff --git a/Open-ILS/src/eg2/src/app/staff/cat/authority/marc-edit.component.html b/Open-ILS/src/eg2/src/app/staff/cat/authority/marc-edit.component.html index f1f549207c..5387badf28 100644 --- a/Open-ILS/src/eg2/src/app/staff/cat/authority/marc-edit.component.html +++ b/Open-ILS/src/eg2/src/app/staff/cat/authority/marc-edit.component.html @@ -7,9 +7,7 @@
      -
      - Authorty Record Id -
      + Authorty Record Id
      -
      Record ID: Record TCN: -
      diff --git a/Open-ILS/src/eg2/src/app/staff/cat/item/missing-pieces.component.html b/Open-ILS/src/eg2/src/app/staff/cat/item/missing-pieces.component.html index 8f686195aa..f808d6a190 100644 --- a/Open-ILS/src/eg2/src/app/staff/cat/item/missing-pieces.component.html +++ b/Open-ILS/src/eg2/src/app/staff/cat/item/missing-pieces.component.html @@ -6,9 +6,7 @@
      -
      - Barcode -
      + Barcode
      -
      - Owner -
      + Owner diff --git a/Open-ILS/src/eg2/src/app/staff/cat/vandelay/recent-imports.component.html b/Open-ILS/src/eg2/src/app/staff/cat/vandelay/recent-imports.component.html index 2b6e3f0f75..3e5c710ec0 100644 --- a/Open-ILS/src/eg2/src/app/staff/cat/vandelay/recent-imports.component.html +++ b/Open-ILS/src/eg2/src/app/staff/cat/vandelay/recent-imports.component.html @@ -1,7 +1,7 @@
      - Show Sessions Since: + Show Sessions Since: diff --git a/Open-ILS/src/eg2/src/app/staff/catalog/hold/hold.component.html b/Open-ILS/src/eg2/src/app/staff/catalog/hold/hold.component.html index 15f7e3f731..a367287c03 100644 --- a/Open-ILS/src/eg2/src/app/staff/catalog/hold/hold.component.html +++ b/Open-ILS/src/eg2/src/app/staff/catalog/hold/hold.component.html @@ -144,9 +144,7 @@
      -
      - -
      + @@ -164,9 +162,7 @@
      -
      - -
      +
      @@ -182,9 +178,7 @@
      -
      - -
      + diff --git a/Open-ILS/src/eg2/src/app/staff/catalog/record/holdings.component.html b/Open-ILS/src/eg2/src/app/staff/catalog/record/holdings.component.html index 4916ff32fd..1f87ce9beb 100644 --- a/Open-ILS/src/eg2/src/app/staff/catalog/record/holdings.component.html +++ b/Open-ILS/src/eg2/src/app/staff/catalog/record/holdings.component.html @@ -4,9 +4,7 @@
      -
      -
      Holdings Maintenance
      -
      +
      Holdings Maintenance
      -
      - Barcode -
      + Barcode diff --git a/Open-ILS/src/eg2/src/app/staff/circ/patron/bcsearch.component.html b/Open-ILS/src/eg2/src/app/staff/circ/patron/bcsearch.component.html index 73718209f4..5b10187bab 100644 --- a/Open-ILS/src/eg2/src/app/staff/circ/patron/bcsearch.component.html +++ b/Open-ILS/src/eg2/src/app/staff/circ/patron/bcsearch.component.html @@ -5,9 +5,7 @@
      -
      - Patron Barcode: -
      + Patron Barcode: diff --git a/Open-ILS/src/eg2/src/app/staff/circ/patron/bills.component.html b/Open-ILS/src/eg2/src/app/staff/circ/patron/bills.component.html index 7193910ab6..d4019a9fca 100644 --- a/Open-ILS/src/eg2/src/app/staff/circ/patron/bills.component.html +++ b/Open-ILS/src/eg2/src/app/staff/circ/patron/bills.component.html @@ -350,9 +350,7 @@
      -
      - # Receipts -
      + # Receipts
      diff --git a/Open-ILS/src/eg2/src/app/staff/circ/renew/renew.component.html b/Open-ILS/src/eg2/src/app/staff/circ/renew/renew.component.html index b1d325e90c..c1100bcd28 100644 --- a/Open-ILS/src/eg2/src/app/staff/circ/renew/renew.component.html +++ b/Open-ILS/src/eg2/src/app/staff/circ/renew/renew.component.html @@ -14,9 +14,7 @@
      -
      - Barcode -
      + Barcode diff --git a/Open-ILS/src/eg2/src/app/staff/share/holds/grid.component.html b/Open-ILS/src/eg2/src/app/staff/share/holds/grid.component.html index 475a8c3741..88e29fa011 100644 --- a/Open-ILS/src/eg2/src/app/staff/share/holds/grid.component.html +++ b/Open-ILS/src/eg2/src/app/staff/share/holds/grid.component.html @@ -44,9 +44,7 @@
      -
      -
      Pickup Library
      -
      +
      Pickup Library
      @@ -57,9 +55,7 @@
      -
      -
      View Pull List For:
      -
      +
      View Pull List For:
      -- 2.11.0