Bugzilla – Attachment 120716 Details for
Bug 27876
Accessibility: OPAC - Reduce heading redundancy
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 27876: added sr-only to caption of table in Charges page
Bug-27876-added-sr-only-to-caption-of-table-in-Cha.patch (text/plain), 1.56 KB, created by
Nick Clemens (kidclamp)
on 2021-05-07 18:54:05 UTC
(
hide
)
Description:
Bug 27876: added sr-only to caption of table in Charges page
Filename:
MIME Type:
Creator:
Nick Clemens (kidclamp)
Created:
2021-05-07 18:54:05 UTC
Size:
1.56 KB
patch
obsolete
>From 72d8847304e9458b23cce978729a332f0f2aa69c Mon Sep 17 00:00:00 2001 >From: Wainui Witika-Park <wainuiwitikapark@catalyst.net.nz> >Date: Fri, 23 Apr 2021 03:09:20 +0000 >Subject: [PATCH] Bug 27876: added sr-only to caption of table in Charges page > >Made the "Your charges" caption of the table in the Charges page of the >OPAC hidden and for screen-readers only so that it takes out redundancy. > >To test: >1) Apply patch >2) Go to OPAC >3) Go to Charges page >4) Ensure that there is no visible caption above the table that says >"Your charges" >5) Check that the code has the caption still with sr-only class > >Sponsored-by: Catalyst IT > >Signed-off-by: Henry Bolshaw <bolshawh@parliament.uk> > >Signed-off-by: Nick Clemens <nick@bywatersolutions.com> >--- > koha-tmpl/opac-tmpl/bootstrap/en/includes/account-table.inc | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/koha-tmpl/opac-tmpl/bootstrap/en/includes/account-table.inc b/koha-tmpl/opac-tmpl/bootstrap/en/includes/account-table.inc >index 3f3e76f44a..71a8de27da 100644 >--- a/koha-tmpl/opac-tmpl/bootstrap/en/includes/account-table.inc >+++ b/koha-tmpl/opac-tmpl/bootstrap/en/includes/account-table.inc >@@ -2,7 +2,7 @@ > <form method="post" action="opac-account-pay.pl" class="form-horizontal"> > [% IF ( ACCOUNT_LINES ) %] > <table class="table table-bordered table-striped" id="finestable"> >- <caption>Your charges</caption> >+ <caption class="sr-only">Your charges</caption> > <thead> > <tr> > [% IF ENABLE_OPAC_PAYMENTS %]<th> </th>[% END %] >-- >2.11.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 27876
:
120148
|
120149
|
120150
|
120151
|
120152
|
120153
|
120199
|
120200
|
120201
| 120716 |
120717
|
120718