View | Details | Raw Unified | Return to bug 27476
Collapse All | Expand All

(-)a/koha-tmpl/opac-tmpl/bootstrap/en/includes/masthead.inc (-1 / +1 lines)
Lines 378-384 Link Here
378
                                </div>
378
                                </div>
379
                            [% ELSE %]
379
                            [% ELSE %]
380
                                <h3>Shibboleth login</h3>
380
                                <h3>Shibboleth login</h3>
381
                                <p>If you have a Shibboleth account, please <a href="[% shibbolethLoginUrl | $raw %]">click here to login</a>.</p>
381
                                <p><a href="[% shibbolethLoginUrl | $raw %]">Log in for a Shibboleth account</a>.</p>
382
                                <h3>Local Login</h3>
382
                                <h3>Local Login</h3>
383
                            [% END %]
383
                            [% END %]
384
                        [% END %]
384
                        [% END %]
(-)a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-auth.tt (-4 / +3 lines)
Lines 92-98 Link Here
92
                                    </div>
92
                                    </div>
93
                                [% ELSE %]
93
                                [% ELSE %]
94
                                    <h3>Shibboleth Login</h3>
94
                                    <h3>Shibboleth Login</h3>
95
                                    <p><a href="[% shibbolethLoginUrl | $raw %]">If you have a Shibboleth account, please click here to log in.</a></p>
95
                                    <p><a href="[% shibbolethLoginUrl | $raw %]">Log in for Shibboleth account.</a></p>
96
                                [% END # /IF invalidShibLogin %]
96
                                [% END # /IF invalidShibLogin %]
97
                                [% IF ( casAuthentication ) %]
97
                                [% IF ( casAuthentication ) %]
98
                                    <h3>CAS login</h3>
98
                                    <h3>CAS login</h3>
Lines 106-112 Link Here
106
                        [% IF ( casAuthentication ) %]
106
                        [% IF ( casAuthentication ) %]
107
                            [% IF ( shibbolethAuthentication ) %]
107
                            [% IF ( shibbolethAuthentication ) %]
108
                                [% IF ( casServerUrl ) %]
108
                                [% IF ( casServerUrl ) %]
109
                                    <p><a href="[% casServerUrl | $raw %]">Please click here to log in.</a><p>
109
                                    <p><a href="[% casServerUrl | $raw %]">Log in.</a><p>
110
                                [% END %]
110
                                [% END %]
111
111
112
                                [% IF ( casServersLoop ) %]
112
                                [% IF ( casServersLoop ) %]
Lines 126-132 Link Here
126
                                [% END %]
126
                                [% END %]
127
127
128
                                [% IF ( casServerUrl ) %]
128
                                [% IF ( casServerUrl ) %]
129
                                   <p><a href="[% casServerUrl | $raw %]">If you have a CAS account, please click here to log in.</a><p>
129
                                   <p><a href="[% casServerUrl | $raw %]">Log in for CAS account.</a><p>
130
                                [% END %]
130
                                [% END %]
131
131
132
                                [% IF ( casServersLoop ) %]
132
                                [% IF ( casServersLoop ) %]
133
- 

Return to bug 27476