From c4b1c55a9156fb9fe1eb6e0831de2f4b42ba8b24 Mon Sep 17 00:00:00 2001 From: Stephanie Leary Date: Mon, 12 Dec 2022 14:27:26 -0600 Subject: [PATCH] LP1615707 ARIA landmarks for staff interface Adds the following ARIA landmarks and roles to the Angular staff interface: *
and role="main" for the content container * diff --git a/Open-ILS/src/eg2/src/app/staff/share/bib-summary/bib-summary.component.html b/Open-ILS/src/eg2/src/app/staff/share/bib-summary/bib-summary.component.html index 76b092a..51d8d84 100644 --- a/Open-ILS/src/eg2/src/app/staff/share/bib-summary/bib-summary.component.html +++ b/Open-ILS/src/eg2/src/app/staff/share/bib-summary/bib-summary.component.html @@ -1,7 +1,7 @@
-
+
Record Summary (Deleted) diff --git a/Open-ILS/src/eg2/src/app/staff/staff.component.html b/Open-ILS/src/eg2/src/app/staff/staff.component.html index 7865747..62390c0 100644 --- a/Open-ILS/src/eg2/src/app/staff/staff.component.html +++ b/Open-ILS/src/eg2/src/app/staff/staff.component.html @@ -1,10 +1,10 @@ -
+
-
+
-- 1.7.2.5