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

(-)a/koha-tmpl/opac-tmpl/prog/en/modules/opac-auth.tt (-3 / +2 lines)
Lines 47-60 Link Here
47
[% END %]
47
[% END %]
48
48
49
[% IF ( casAuthentication ) %]
49
[% IF ( casAuthentication ) %]
50
<h4>Cas login</h4>
50
<h4 title="Login via Central Authentication Service">CAS login</h4>
51
51
52
[% IF ( invalidCasLogin ) %]
52
[% IF ( invalidCasLogin ) %]
53
<!-- This is what is displayed if cas login has failed -->
53
<!-- This is what is displayed if cas login has failed -->
54
<p>Sorry, the CAS login failed.</p>
54
<p>Sorry, the CAS login failed.</p>
55
[% END %]
55
[% END %]
56
56
57
<p>If you have a <acronym title="Central Authentication Service">CAS</acronym> account, 
57
<p>If you have a CAS account, 
58
[% IF ( casServerUrl ) %]
58
[% IF ( casServerUrl ) %]
59
    please <a href="[% casServerUrl %]">click here to login</a>.<p>
59
    please <a href="[% casServerUrl %]">click here to login</a>.<p>
60
[% END %]
60
[% END %]
61
- 

Return to bug 12291