From ddb86c8b569ce222298b4ecda621e70058d82fa2 Mon Sep 17 00:00:00 2001 From: nina martinez Date: Thu, 26 Jun 2025 16:10:11 +0200 Subject: [PATCH] Bug 40283: Messaging page. This patch add role="status" in the message tag of the Messaging page (opac-messaging) Test plan: 1. Enable the following preference system: EnhancedMessagingPreferencesOPAC and TranslateNotices 2. Log in to a patron account and click on messaging in the user menu. Change your messaging settings/ A message should appear "Settings updated". Inspect the html code and notice that there is a role='status' in the message tag. --- koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-messaging.tt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-messaging.tt b/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-messaging.tt index e78347a334..1d96d2ed4a 100644 --- a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-messaging.tt +++ b/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-messaging.tt @@ -32,7 +32,7 @@

Your messaging settings

[% IF ( settings_updated ) %] -

Settings updated

[% END %] -- 2.43.0