From d71130f5a116fd6625489a50b0cb46aebbfa4b87 Mon Sep 17 00:00:00 2001 From: Arlen Johnson Date: Mon, 30 Mar 2026 14:12:26 -0400 Subject: [PATCH] Improve accessibility (CFM-491) --- app/resources/locales/en_US/information.po | 18 ++++++++++++++++++ app/src/View/Helper/VueHelper.php | 1 + app/templates/Dashboards/search.php | 2 +- app/templates/element/bulk/checkbox.php | 4 ++-- app/templates/element/menuAction.php | 2 +- app/templates/element/mveaModal.php | 2 +- app/templates/element/peopleAutocomplete.php | 1 - app/templates/element/searchGlobal.php | 5 +++-- app/templates/element/subnavigation/navBar.php | 6 ++++-- app/templates/layout/default.php | 6 +++--- app/templates/layout/iframe.php | 4 ++-- app/webroot/css/co-base.css | 16 ++++++++++++++-- .../comanage/components/bulk/bulk-actions.js | 2 +- 13 files changed, 51 insertions(+), 18 deletions(-) diff --git a/app/resources/locales/en_US/information.po b/app/resources/locales/en_US/information.po index 229813397..59f549ff3 100644 --- a/app/resources/locales/en_US/information.po +++ b/app/resources/locales/en_US/information.po @@ -30,6 +30,24 @@ msgstr "API Users created in the COmanage CO are given full privileges to all Re msgid "api.key" msgstr "This newly generated API Key cannot be recovered. If it is lost a new key must be generated." +msgid "aria.label.actions" +msgstr "Actions menu" + +msgid "aria.label.lightbox" +msgstr "Registry lightbox" + +msgid "aria.label.lightbox.main" +msgstr "Registry lightbox content" + +msgid "aria.label.search" +msgstr "Search and user menu" + +msgid "aria.label.subnavigation" +msgstr "Subnavigation" + +msgid "aria.label.subnavigation.links" +msgstr "Subnavigation secondary links" + msgid "changelog" msgstr "Changelog" diff --git a/app/src/View/Helper/VueHelper.php b/app/src/View/Helper/VueHelper.php index 3e5043d3f..294292f8f 100644 --- a/app/src/View/Helper/VueHelper.php +++ b/app/src/View/Helper/VueHelper.php @@ -62,6 +62,7 @@ class VueHelper extends Helper { 'unverified', ], 'information' => [ + 'aria.label.lightbox', 'global.attributes.none', 'global.value.none', 'global.visit.link', diff --git a/app/templates/Dashboards/search.php b/app/templates/Dashboards/search.php index cb597602d..f4196deb1 100644 --- a/app/templates/Dashboards/search.php +++ b/app/templates/Dashboards/search.php @@ -72,7 +72,7 @@
-