From 79d6c14e284c2748ff3559ada60c8e45b891b997 Mon Sep 17 00:00:00 2001 From: simith Date: Tue, 12 Aug 2014 10:21:56 -0400 Subject: [PATCH] Bug 12683: Follow-up, adding div tags around NoLoginInstructions Button in pop-up displays now as expected. Signed-off-by: Marc Veron Signed-off-by: Marcel de Rooy Signed-off-by: Tomas Cohen Arazi --- koha-tmpl/opac-tmpl/bootstrap/en/includes/masthead.inc | 10 ++++++---- koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-main.tt | 2 ++ 2 files changed, 8 insertions(+), 4 deletions(-) diff --git a/koha-tmpl/opac-tmpl/bootstrap/en/includes/masthead.inc b/koha-tmpl/opac-tmpl/bootstrap/en/includes/masthead.inc index 42f679aa06..61f130857a 100644 --- a/koha-tmpl/opac-tmpl/bootstrap/en/includes/masthead.inc +++ b/koha-tmpl/opac-tmpl/bootstrap/en/includes/masthead.inc @@ -285,10 +285,12 @@
- [% IF ( NoLoginInstructions ) %] - [% NoLoginInstructions %] - [% END %] - [% IF PatronSelfRegistration && PatronSelfRegistrationDefaultCategory %]

Don't have an account? Register here.

[% END %] +
+ [% IF ( NoLoginInstructions ) %] + [% NoLoginInstructions %] + [% END %] +
+ [% IF PatronSelfRegistration && PatronSelfRegistrationDefaultCategory %]

Don't have an account? Register here.

[% END %]
[% END # /casAuthentication %] -- 2.39.2