From 4e9863d578896228a402a4306a02aaf7b1f52154 Mon Sep 17 00:00:00 2001 From: Stephanie Leary Date: Tue, 13 Dec 2022 10:45:58 -0600 Subject: [PATCH] LP1999304 Labels for metarecord hold checkboxes Wraps metarecord hold format and language checkboxes in labels with for attributes matched to input IDs. To test: 1. Search the catalog for an item with multiple formats 2. Check the option to group formats/editions 3. Click "place hold" on one of the results 4. Find the table below "Placing METARECORD hold on record(s)" 5. Toggle the language or format checkboxes by clicking their labels or icons rather than the box itself Signed-off-by: Stephanie Leary Signed-off-by: Jane Sandberg --- .../src/eg2/src/app/staff/catalog/hold/hold.component.html | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) 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 c9f72dab03..0c7d63fa0b 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 @@ -376,14 +376,15 @@
- + {{iconFormatLabel(ccvm.code())}} -
@@ -397,10 +398,11 @@
- + -
-- 2.11.0