From 252b2e15d245c0073a839bd920fbdf4400ee31c7 Mon Sep 17 00:00:00 2001 From: Marcel de Rooy Date: Mon, 20 Feb 2023 11:40:20 +0000 Subject: [PATCH] Bug 33012: Remove tabindex from logout button Content-Type: text/plain; charset=utf-8 Note: This is a trivial edit. But there is another logout link too in masthead with js-hide class and tabindex -1 which is rather mysterious to me ;) Test plan: Login on OPAC. Try to logout by tabbing to Logout button. Signed-off-by: Marcel de Rooy --- koha-tmpl/opac-tmpl/bootstrap/en/includes/masthead.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/koha-tmpl/opac-tmpl/bootstrap/en/includes/masthead.inc b/koha-tmpl/opac-tmpl/bootstrap/en/includes/masthead.inc index 941805f7a6..ab5988de4d 100644 --- a/koha-tmpl/opac-tmpl/bootstrap/en/includes/masthead.inc +++ b/koha-tmpl/opac-tmpl/bootstrap/en/includes/masthead.inc @@ -121,7 +121,7 @@ Clear

[% END %] - Log out + Log out [% END %] -- 2.30.2