Bugzilla – Attachment 122021 Details for
Bug 28243
Accessibility: Staff interface - add captions to tables
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 28243: about.tt
Bug-28243-abouttt.patch (text/plain), 1.37 KB, created by
Wainui Witika-Park
on 2021-06-16 03:54:25 UTC
(
hide
)
Description:
Bug 28243: about.tt
Filename:
MIME Type:
Creator:
Wainui Witika-Park
Created:
2021-06-16 03:54:25 UTC
Size:
1.37 KB
patch
obsolete
>From 330d0eb1d3e87dc0a84b993c638824c5297dc33c Mon Sep 17 00:00:00 2001 >From: Wainui Witika-Park <wainuiwitikapark@catalyst.net.nz> >Date: Wed, 16 Jun 2021 03:50:42 +0000 >Subject: [PATCH] Bug 28243: about.tt > >Added captions to tables for accessibility purposes, some of these >include class="sr-only" so that they are not visible, but they are still present for those who use screen-readers. > >To test: >1) Apply patch and dependencies >2) Go to Staff Client >3) Go to About Koha >4) Go to each of the pages/files and check if they have tables >5) Check that each of the tables have captions to describe them (unless they have special heading tags instead) - some of these will be >visible on the page and some will be hidden with "sr-only" > >Sponsored-by: Catalyst IT >--- > koha-tmpl/intranet-tmpl/prog/en/modules/about.tt | 1 + > 1 file changed, 1 insertion(+) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/about.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/about.tt >index 903c301bdc..832984e858 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/about.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/about.tt >@@ -875,6 +875,7 @@ > <h2>Koha history timeline</h2> > [% IF ! timeline_read_error %] > <table style="cursor:pointer"> >+ <caption class="sr-only">History</caption> > <thead> > <tr> > <td style="font-weight:bold;" >Date</td> >-- >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 28243
:
121750
|
121895
|
121896
|
121898
|
121899
|
121900
|
121901
|
121902
|
121903
|
121904
|
121905
|
121942
|
121943
|
121944
|
121945
|
121946
|
121947
|
121948
|
121949
|
121950
|
121956
|
121957
|
121958
|
121959
|
121973
|
121974
|
122019
|
122020
| 122021