Bugzilla – Attachment 183668 Details for
Bug 40283
Accessibility of the status message in the OPAC
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 40283: Messaging page.
Bug-40283-Messaging-page.patch (text/plain), 1.50 KB, created by
Nina Martinez
on 2025-07-01 14:50:56 UTC
(
hide
)
Description:
Bug 40283: Messaging page.
Filename:
MIME Type:
Creator:
Nina Martinez
Created:
2025-07-01 14:50:56 UTC
Size:
1.50 KB
patch
obsolete
>From ddb86c8b569ce222298b4ecda621e70058d82fa2 Mon Sep 17 00:00:00 2001 >From: nina martinez <nina.martinez@biblibre.com> >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 @@ > <div id="usermessaging" class="maincontent"> > <h1>Your messaging settings</h1> > [% IF ( settings_updated ) %] >- <div class="alert alert-success" >+ <div class="alert alert-success" role="status" > ><p><strong>Settings updated</strong></p></div > > > [% END %] >-- >2.43.0
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
|
Splinter Review
Attachments on
bug 40283
:
183665
|
183666
|
183667
|
183668
|
183669
|
183670
|
183671
|
183672
|
183673
|
183674
|
183683
|
183684
|
183685
|
183686
|
183689
|
183690
|
183691
|
183692
|
183693
|
183694
|
183695
|
183696
|
183697
|
183698
|
183699
|
183700
|
183701