Bugzilla – Attachment 152387 Details for
Bug 34015
Terminology: Relative issues should be Relative's checkouts
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 34015: Terminology: Relative issues should be Relative's checkouts
Bug-34015-Terminology-Relative-issues-should-be-Re.patch (text/plain), 2.30 KB, created by
Owen Leonard
on 2023-06-15 15:24:29 UTC
(
hide
)
Description:
Bug 34015: Terminology: Relative issues should be Relative's checkouts
Filename:
MIME Type:
Creator:
Owen Leonard
Created:
2023-06-15 15:24:29 UTC
Size:
2.30 KB
patch
obsolete
>From e30b240b5b31daf2039c0d8a710678607799af5e Mon Sep 17 00:00:00 2001 >From: Caroline Cyr La Rose <caroline.cyr-la-rose@inlibro.com> >Date: Thu, 15 Jun 2023 09:45:50 -0400 >Subject: [PATCH] Bug 34015: Terminology: Relative issues should be Relative's > checkouts > >This patch changes the term 'issues' in a screen reader caption in the >OPAC to the correct term 'checkouts'. > >To test: >Setup: >- Have a patron with a guarantee >- Check out an item to the guarantee >- Make sure the guarantee allows their guarantor to see their checkouts > (AllowStaffToSetCheckoutsVisibilityForGuarantor must be on for you to > be able to set this) > >1. In the OPAC, log in with the guarantor patron >2. Click on the Relatives' checkouts tab >3. Open a screen reader (in Ubuntu, Super + Alt + S to turn on/off) >4. Navigate to the table in the Relative's checkouts tab > --> The screen reader should say 'Relative issue table with...' >5. Apply patch >6. Refresh the page >7. Restart the screen reader (if it was off) > --> The screen reader should now say 'Relatives' checkouts table > with...' > >Alternatively, open the page inspector and inspect the table, the >caption is in the table tag, before the thead tag. > >Signed-off-by: Owen Leonard <oleonard@myacpl.org> >--- > koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-user.tt | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-user.tt b/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-user.tt >index b6028314e8c..3fc9f67f217 100644 >--- a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-user.tt >+++ b/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-user.tt >@@ -667,7 +667,7 @@ > [% IF relatives %] > <div id="opac-user-relative-issues" class="tab-pane" role="tabpanel" aria-labelledby="opac-user-relative-issues-tab"> > <table id="opac-user-relative-issues-table" class="table table-bordered table-striped"> >- <caption class="sr-only">Relative issues</caption> >+ <caption class="sr-only">Relatives' checkouts</caption> > <thead> > <tr> > <th class="anti-the">Title</th> >-- >2.30.2
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 34015
:
152384
|
152387
|
152586