Bugzilla – Attachment 182416 Details for
Bug 39492
Add missing aria label on the OPAC holdings table browse shelf link
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 39492: (QA follow-up) Update wording with suggested text
Bug-39492-QA-follow-up-Update-wording-with-suggest.patch (text/plain), 2.17 KB, created by
Martin Renvoize (ashimema)
on 2025-05-13 19:53:03 UTC
(
hide
)
Description:
Bug 39492: (QA follow-up) Update wording with suggested text
Filename:
MIME Type:
Creator:
Martin Renvoize (ashimema)
Created:
2025-05-13 19:53:03 UTC
Size:
2.17 KB
patch
obsolete
>From d029a6b5558924a2266f1b2fccc532cbaa2aa070 Mon Sep 17 00:00:00 2001 >From: Martin Renvoize <martin.renvoize@openfifth.co.uk> >Date: Tue, 13 May 2025 20:51:11 +0100 >Subject: [PATCH] Bug 39492: (QA follow-up) Update wording with suggested text > >This patch updates the wording for the aria-label to that suggested by >David. It clarifies context. > >Signed-off-by: Martin Renvoize <martin.renvoize@openfifth.co.uk> >--- > koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-detail.tt | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > >diff --git a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-detail.tt b/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-detail.tt >index 7eef56c606e..2cfad9d451f 100644 >--- a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-detail.tt >+++ b/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-detail.tt >@@ -1428,13 +1428,13 @@ > (<a > class="close_shelf" > href="/cgi-bin/koha/opac-detail.pl?biblionumber=[% ITEM_RESULT.biblionumber | html %]&shelfbrowse_itemnumber=[% ITEM_RESULT.itemnumber | html %]#[% tab | html %]" >- aria-label="Browse Shelf for [% title | html %]" >+ aria-label="Browse the shelf for items near [% title | html %]" > >Browse shelf<span class="sr-only">(Opens below)</span></a > >) > [% ELSE %] > (<a > href="/cgi-bin/koha/opac-detail.pl?biblionumber=[% ITEM_RESULT.biblionumber | uri %]&shelfbrowse_itemnumber=[% ITEM_RESULT.itemnumber | uri %]#[% tab | uri %]" >- aria-label="Browse Shelf for [% title | html %]" >+ aria-label="Browse the shelf for items near [% title | html %]" > >Browse shelf<span class="sr-only">(Opens below)</span></a > >) > [% END %] >-- >2.49.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 39492
:
180412
|
180524
|
181501
|
181502
|
181572
|
181573
|
182414
|
182415
| 182416