From e22e5c74af4921e0fdda7f83cd1c68dfb63f0829 Mon Sep 17 00:00:00 2001 From: Mark Tompsett Date: Mon, 8 Feb 2016 17:54:12 -0500 Subject: [PATCH] Bug 10988: Tabs vs Spaces qa failure patch Run Koha QA Test tools and discovered this failed because of tabs. Rather than fail this and wait forever for it to get fixed, this patches it, and I'll mark it as signed off anyways. Signed-off-by: Mark Tompsett Signed-off-by: Martin Renvoize Signed-off-by: Brendan A Gallagher --- .../opac-tmpl/bootstrap/en/modules/opac-auth.tt | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-auth.tt b/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-auth.tt index ad327e62bf..a20490e804 100644 --- a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-auth.tt +++ b/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-auth.tt @@ -137,17 +137,17 @@ [% END %] [% END # / IF casAuthentication %] - [% IF ( Koha.Preference('GoogleOpenIDConnect') == 1 ) %] - [% IF ( invalidGoogleOpenIDConnectLogin ) %] + + [% IF ( Koha.Preference('GoogleOpenIDConnect') == 1 ) %] + [% IF ( invalidGoogleOpenIDConnectLogin ) %]

Google login

Sorry, your Google login failed. [% invalidGoogleOpenIDConnectLogin %]

Please note that the Google login will only work if you are using the e-mail address registered with this library.

If you want to, you can try to log in using a different account - [% END %] - Log in with Google -

If you don not have a Google account, but do have a local account, you can still l -og in:

- [% END %] + [% END %] + Log in with Google +

If you do not have a Google account, but do have a local account, you can still log in:

+ [% END %]
-- 2.20.1