From c082e1653913dc4d00eaef6bcd94f86d9f168063 Mon Sep 17 00:00:00 2001 From: colemanw Date: Wed, 17 Sep 2025 19:41:52 -0400 Subject: [PATCH] dev/core#5041 - Add role aria-hidden to FontAwesome icons Improves accessibility for assistive technology. See https://github.com/civicrm/civicrm-core/pull/33588 --- templates/CRM/Chat/Page/Contact/Tab.tpl | 2 +- templates/CRM/Chat/Page/ConversationType/View.tpl | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/templates/CRM/Chat/Page/Contact/Tab.tpl b/templates/CRM/Chat/Page/Contact/Tab.tpl index d3aab01..040c7ea 100644 --- a/templates/CRM/Chat/Page/Contact/Tab.tpl +++ b/templates/CRM/Chat/Page/Contact/Tab.tpl @@ -1,6 +1,6 @@
diff --git a/templates/CRM/Chat/Page/ConversationType/View.tpl b/templates/CRM/Chat/Page/ConversationType/View.tpl index ac3d2ab..6973b5b 100644 --- a/templates/CRM/Chat/Page/ConversationType/View.tpl +++ b/templates/CRM/Chat/Page/ConversationType/View.tpl @@ -7,7 +7,7 @@

{$question.number}. {$question.text} - +

{foreachelse} @@ -51,7 +51,7 @@ {/if} -

{ts}Add question{/ts}

+

{ts}Add question{/ts}

{ts}Conversation timeout:{/ts} {$conversationType.timeout} {ts}minutes{/ts}