From e7dee99737e2d27aa7e203cbbe040b3983158386 Mon Sep 17 00:00:00 2001 From: Stephanie Leary Date: Mon, 17 Apr 2023 20:35:15 +0000 Subject: [PATCH] LP2016343 Updated aria-describedby for item table Adds an aria-describedby for the View link; changes the Edit Call Number link to use the call number label instead of the barcode. Signed-off-by: Stephanie Leary --- Open-ILS/src/eg2/src/app/staff/catalog/record/copies.component.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Open-ILS/src/eg2/src/app/staff/catalog/record/copies.component.html b/Open-ILS/src/eg2/src/app/staff/catalog/record/copies.component.html index 4fd5a58e07..e9c4b89b13 100644 --- a/Open-ILS/src/eg2/src/app/staff/catalog/record/copies.component.html +++ b/Open-ILS/src/eg2/src/app/staff/catalog/record/copies.component.html @@ -1,19 +1,19 @@
{{copy.call_number_prefix_label}} - {{copy.call_number_label}} + {{copy.call_number_label}} {{copy.call_number_suffix_label}}
Edit + target="_blank" i18n attr.aria-describedby="copy-callnumber-label-{{copy.call_number_label}}">Edit
{{copy.barcode}}
- View |