From 6e7e9f4cf17f39d27d029eebd51872353d144117 Mon Sep 17 00:00:00 2001 From: Wainui Witika-Park Date: Thu, 11 Mar 2021 01:06:35 +0000 Subject: [PATCH] Bug 27610: (follow-up) Hide

on opac-main.tt This patch visually hides the

on opac-main.tt so that libraries' customisations of their home pages are not disturbed by the introduction of a descriptive

, but the heading is still available to be read out by screenreaders in the summary of headings on the page. Test plan: 1) Apply dependencies and all patches on this bug report 3) Ensure the

"Koha home" heading on the OPAC main/home page is hidden visually, but in the source code you can see it Sponsored-by: Catalyst IT --- koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-main.tt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-main.tt b/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-main.tt index de000b2b82..703a7e6e82 100644 --- a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-main.tt +++ b/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-main.tt @@ -66,7 +66,7 @@
[% END %] -

Koha home

+

Koha home

[% IF Koha.Preference( 'OpacNewsLibrarySelect' ) %] [% UNLESS news_item %] -- 2.11.0