From 1e40ee7cc7ac6b7733c35797f9ec2fd8b5f6dd34 Mon Sep 17 00:00:00 2001 From: Marcel de Rooy Date: Wed, 19 Jan 2022 13:14:56 +0000 Subject: [PATCH] Bug 29458: (follow-up) Remove FIXME Content-Type: text/plain; charset=utf-8 With some help of Owen Leonard: Regarding the
, you can wrap the submit button in
instead. Signed-off-by: Marcel de Rooy --- koha-tmpl/opac-tmpl/bootstrap/en/includes/masthead.inc | 5 ++--- 1 file changed, 2 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 7020f62bec..cf702e45aa 100644 --- a/koha-tmpl/opac-tmpl/bootstrap/en/includes/masthead.inc +++ b/koha-tmpl/opac-tmpl/bootstrap/en/includes/masthead.inc @@ -394,10 +394,9 @@
-
[%# FIXME Add right class, remove br %] -
+
-
+
[% IF OpacLoginInstructions %]
[% PROCESS koha_news_block news => OpacLoginInstructions %] -- 2.20.1