Bugzilla – Attachment 183672 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: Course reserves page.
Bug-40283-Course-reserves-page.patch (text/plain), 1.31 KB, created by
Nina Martinez
on 2025-07-01 15:29:46 UTC
(
hide
)
Description:
Bug 40283: Course reserves page.
Filename:
MIME Type:
Creator:
Nina Martinez
Created:
2025-07-01 15:29:46 UTC
Size:
1.31 KB
patch
obsolete
>From 83a73f7c8f38472af7ac2dd5ba415b71f0551794 Mon Sep 17 00:00:00 2001 >From: nina martinez <nina.martinez@biblibre.com> >Date: Thu, 12 Jun 2025 17:11:37 +0200 >Subject: [PATCH] Bug 40283: Course reserves page. > >Test plan: > >1- Enable the system preference: UseCourseReserve. >2- Go to the Course Reserves page, click on the name of the course. Inspect the html code of the message: "No reserves have been selected for this courses", and notice that there is a role="status" in the tag. >--- > koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-course-details.tt | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-course-details.tt b/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-course-details.tt >index f92dcaf79f..be68395922 100644 >--- a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-course-details.tt >+++ b/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-course-details.tt >@@ -121,7 +121,7 @@ > </div> > [% ELSE %] > <br style="clear:both;" /> >- <div class="alert alert-info"> >+ <div class="alert alert-info" role="status"> > <p>No reserves have been selected for this course.</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