From 4f6a123ea29281deab24d19d155820335419ae44 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 99aebdb224..98c7cbd73f 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 78657470cf..62390c0c2c 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 @@ -
+
-
+
-- 2.11.0