From 57dc65bed597507c9b0433edaed5f535d46b7f0c Mon Sep 17 00:00:00 2001 From: Laura_Escamilla Date: Wed, 7 Aug 2024 13:44:36 +0000 Subject: [PATCH] Bug 37586: Added aria-label for Login icon Signed-off-by: Lucas Gass Signed-off-by: Martin Renvoize Signed-off-by: Katrin Fischer --- koha-tmpl/opac-tmpl/bootstrap/en/includes/masthead.inc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/koha-tmpl/opac-tmpl/bootstrap/en/includes/masthead.inc b/koha-tmpl/opac-tmpl/bootstrap/en/includes/masthead.inc index 96422f3491..01beed7130 100644 --- a/koha-tmpl/opac-tmpl/bootstrap/en/includes/masthead.inc +++ b/koha-tmpl/opac-tmpl/bootstrap/en/includes/masthead.inc @@ -114,11 +114,11 @@ [% ELSE %] [% IF Koha.Preference('casAuthentication') %] [%# CAS authentication is too complicated for modal window %] - + [% ELSIF ( Koha.Preference('GoogleOpenIDConnect') == 1 ) %] - + [% ELSE %] - + [% END %] [% END %] [% END %] -- 2.39.5