From 13d43ab377964f66ce2263fa296d1980510f50a5 Mon Sep 17 00:00:00 2001 From: Olivier BERT Date: Mon, 29 Jan 2024 15:19:05 +0100 Subject: [PATCH] Accessibility: Added the possibility to focus the hover enrichment icon on attributes. --- app/View/Elements/Events/View/row_attribute.ctp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/View/Elements/Events/View/row_attribute.ctp b/app/View/Elements/Events/View/row_attribute.ctp index a451c742d..68d6ebd33 100644 --- a/app/View/Elements/Events/View/row_attribute.ctp +++ b/app/View/Elements/Events/View/row_attribute.ctp @@ -117,7 +117,7 @@ if (Configure::read('Plugin.Enrichment_hover_enable') && isset($modules) && isset($modules['hover_type'][$object['type']])) { $commonDataFields = sprintf('data-object-type="Attribute" data-object-id="%s"', $objectId); $spanExtra = Configure::read('Plugin.Enrichment_hover_popover_only') ? '' : sprintf(' class="eventViewAttributeHover" %s', $commonDataFields); - $popupButton = sprintf('', __('Show hover enrichment'), $commonDataFields); + $popupButton = sprintf('', __('Show hover enrichment'), $commonDataFields); echo sprintf( '%s %s', $spanExtra,