From: Stephanie Leary Date: Mon, 17 Apr 2023 20:35:15 +0000 (+0000) Subject: LP2016343 Updated aria-describedby for item table X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=refs%2Fheads%2Fuser%2Fsleary%2Flp2016343-aria-describedby-item-table;p=working%2FEvergreen.git 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 --- 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 |