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

(-)a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-auth.tt (-3 / +2 lines)
Lines 58-71 Link Here
58
                            [% END %]
58
                            [% END %]
59
59
60
                            [% IF ( casAuthentication ) %]
60
                            [% IF ( casAuthentication ) %]
61
                                <h4>CAS login</h4>
61
                                <h4 title="Login via Central Authentication Service">CAS login</h4>
62
62
63
                                [% IF ( invalidCasLogin ) %]
63
                                [% IF ( invalidCasLogin ) %]
64
                                    <!-- This is what is displayed if cas login has failed -->
64
                                    <!-- This is what is displayed if cas login has failed -->
65
                                    <p>Sorry, the CAS login failed.</p>
65
                                    <p>Sorry, the CAS login failed.</p>
66
                                [% END %]
66
                                [% END %]
67
67
68
                                <p>If you have a <acronym title="Central Authentication Service">CAS</acronym> account,
68
                                <p>If you have a CAS account,
69
                                [% IF ( casServerUrl ) %]
69
                                [% IF ( casServerUrl ) %]
70
                                    please <a href="[% casServerUrl %]">click here to login</a>.<p>
70
                                    please <a href="[% casServerUrl %]">click here to login</a>.<p>
71
                                [% END %]
71
                                [% END %]
72
- 

Return to bug 12291