From 05f0cfc997777c405c9609e4c850f1b39cdd7e6d Mon Sep 17 00:00:00 2001 From: simith Date: Tue, 12 Aug 2014 10:21:56 -0400 Subject: [PATCH] [Signed-off] Popup correction patch. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Button in pop-up displays now as expected. Signed-off-by: Marc VĂ©ron http://bugs.koha-community.org/show_bug.cgi?id=12683 --- 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 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.10.4