From 0732dc964d4244a465081c34e5648f2c1127d7d2 Mon Sep 17 00:00:00 2001 From: David Cook Date: Fri, 5 Feb 2021 00:29:15 +0000 Subject: [PATCH] Bug 25405: Make it easier to add additional identity providers Signed-off-by: David Cook --- koha-tmpl/opac-tmpl/bootstrap/css/src/opac.scss | 6 +++--- koha-tmpl/opac-tmpl/bootstrap/en/includes/masthead.inc | 10 ++++++---- 2 files changed, 9 insertions(+), 7 deletions(-) diff --git a/koha-tmpl/opac-tmpl/bootstrap/css/src/opac.scss b/koha-tmpl/opac-tmpl/bootstrap/css/src/opac.scss index ffef410b5e..62e836c213 100644 --- a/koha-tmpl/opac-tmpl/bootstrap/css/src/opac.scss +++ b/koha-tmpl/opac-tmpl/bootstrap/css/src/opac.scss @@ -1820,7 +1820,7 @@ nav { padding: 7px; } - #external_login_button { + #shibboleth_login_button { border: 1px solid #dbdbdb; padding: 2px 10px 2px 10px; color: #000; @@ -1836,12 +1836,12 @@ nav { text-decoration: none; } - #external_login_button:hover { + #shibboleth_login_button:hover { text-decoration: none; background-color: #f0f0f0; } - #external_login_name { + .shibboleth_login_name { padding-left: 1em; } diff --git a/koha-tmpl/opac-tmpl/bootstrap/en/includes/masthead.inc b/koha-tmpl/opac-tmpl/bootstrap/en/includes/masthead.inc index da92627952..0a5af850b1 100644 --- a/koha-tmpl/opac-tmpl/bootstrap/en/includes/masthead.inc +++ b/koha-tmpl/opac-tmpl/bootstrap/en/includes/masthead.inc @@ -399,13 +399,15 @@ [% IF ( invalidShibLogin ) %]
-

Sorry, your Shibboleth identity does not match a valid library identity. If you have a local login, you may use that below.

+

Sorry, your identity does not match a valid library identity. If you have a local login, you may use that below.

[% ELSE %]

Sign in using:

- -
Shibboleth
-
+ [% END %] [% END %] -- 2.11.0