From 176533d08c8f3f83f1fb5de80c47a2c1a4bb1fc9 Mon Sep 17 00:00:00 2001 From: Wainui Witika-Park Date: Wed, 14 Apr 2021 02:58:19 +0000 Subject: [PATCH] Bug 27631: Hidden

on intranet-main.tt This patch visually hides a

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

"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 Signed-off-by: Owen Leonard --- 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 cf7f0300e3..f49da33656 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/intranet-main.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/intranet-main.tt @@ -23,6 +23,7 @@
+

Koha home

[% IF ( koha_news.count ) %]
-- 2.20.1