Bugzilla – Attachment 119547 Details for
Bug 27631
Accessibility: Staff interface - `h1` on each page is Logo but should be page description/title
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 27631: Hidden <h1> on intranet-main.tt
Bug-27631-Hidden-h1-on-intranet-maintt.patch (text/plain), 1.21 KB, created by
Wainui Witika-Park
on 2021-04-14 03:26:46 UTC
(
hide
)
Description:
Bug 27631: Hidden <h1> on intranet-main.tt
Filename:
MIME Type:
Creator:
Wainui Witika-Park
Created:
2021-04-14 03:26:46 UTC
Size:
1.21 KB
patch
obsolete
>From 8c3e84a2654b372cddec10f33d58b124cfeca2eb Mon Sep 17 00:00:00 2001 >From: Wainui Witika-Park <wainuiwitikapark@catalyst.net.nz> >Date: Wed, 14 Apr 2021 02:58:19 +0000 >Subject: [PATCH] Bug 27631: Hidden <h1> on intranet-main.tt > >This patch visually hides a <h1> on intranet-main.tt so that the heading >is available to be read out by screenreaders in the summary of headings on the page. > >Test plan: > >1) Ensure the <h1> "Koha home" heading on the staff client main/home page is hidden visually, but in the source code you can see it > >Sponsored-by: Catalyst IT >--- > koha-tmpl/intranet-tmpl/prog/en/modules/intranet-main.tt | 1 + > 1 file changed, 1 insertion(+) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/intranet-main.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/intranet-main.tt >index 8c379207b3..b0afaaa7cc 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/intranet-main.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/intranet-main.tt >@@ -16,6 +16,7 @@ > > <div id="container-main" class="container-fluid"> > <div class="row"> >+ <h1 class="sr-only">Koha home</h1> > <div class="col-sm-3"> > [% IF ( koha_news_count ) %] > <div id="area-news"> >-- >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 27631
:
116352
|
119492
|
119493
|
119496
|
119497
|
119498
|
119500
|
119501
|
119502
|
119544
|
119545
|
119546
|
119547
|
119830
|
119831
|
119832
|
119834
|
119835
|
119836
|
119837
|
119838
|
119839
|
119840
|
119841
|
119842
|
119843
|
120158
|
120159
|
120160
|
120161
|
120162
|
120166
|
120190
|
120191
|
121356
|
121469
|
121470
|
121522
|
121559
|
125547
|
125548
|
125549
|
125550
|
125551
|
125552
|
125553
|
125554
|
125555
|
125556
|
125557
|
125558
|
125559
|
125560
|
125561
|
125562
|
125563
|
125564
|
127295
|
127296
|
127297
|
127298
|
127299
|
127300
|
127301
|
127302
|
127303
|
127304
|
127305
|
127306
|
127307
|
127308
|
127309
|
127310
|
127311
|
127312
|
127432
|
127433
|
127449
|
127456
|
131069
|
131070
|
131071
|
131072
|
131073
|
131074
|
131075
|
131076
|
131077
|
131078
|
131079
|
131080
|
131081
|
131082
|
131083
|
131084
|
131085
|
131086
|
131087
|
131192
|
132886
|
132887
|
132888
|
132889
|
132890
|
132891
|
132892
|
132893
|
132894
|
132895
|
132896
|
132897
|
132898
|
132899
|
132900
|
132901
|
132902
|
132903
|
132904
|
132905