From 5e9f8d908d4e76d0374590c8da0faafb5af1afa6 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 Content-Type: text/plain; charset=utf-8 Button in pop-up displays now as expected. Signed-off-by: Marc Veron Signed-off-by: Marcel de Rooy --- .../opac-tmpl/bootstrap/en/includes/masthead.inc | 10 ++++++---- .../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 42f679a..61f1308 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 %] -- 1.7.7.6