From ef0d69f04e14e231d9d854cdb2076f118f417d62 Mon Sep 17 00:00:00 2001 From: Stephanie Leary Date: Fri, 28 Oct 2022 09:32:43 -0500 Subject: [PATCH] LP1995032 Add empty alt text to decorative icons Adds alt="" to alert dialog icons in patron circulation screens. Signed-off-by: Stephanie Leary Signed-off-by: Jane Sandberg --- Open-ILS/src/eg2/src/app/staff/circ/patron/alerts.component.html | 2 +- .../src/eg2/src/app/staff/share/circ/bad-barcode-dialog.component.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Open-ILS/src/eg2/src/app/staff/circ/patron/alerts.component.html b/Open-ILS/src/eg2/src/app/staff/circ/patron/alerts.component.html index c0064894a4..23e79aabd5 100644 --- a/Open-ILS/src/eg2/src/app/staff/circ/patron/alerts.component.html +++ b/Open-ILS/src/eg2/src/app/staff/circ/patron/alerts.component.html @@ -1,7 +1,7 @@
- +
Holds available: {{alerts().holdsReady}} diff --git a/Open-ILS/src/eg2/src/app/staff/share/circ/bad-barcode-dialog.component.html b/Open-ILS/src/eg2/src/app/staff/share/circ/bad-barcode-dialog.component.html index f7921a4d4e..a6ac152a93 100644 --- a/Open-ILS/src/eg2/src/app/staff/share/circ/bad-barcode-dialog.component.html +++ b/Open-ILS/src/eg2/src/app/staff/share/circ/bad-barcode-dialog.component.html @@ -7,7 +7,7 @@