Signed-off-by: Stéphane Delaune <stephane.dela...@biblibre.com>
---
 koha-tmpl/opac-tmpl/prog/en/modules/opac-auth.tt |   14 +++++++++++++-
 1 files changed, 13 insertions(+), 1 deletions(-)

diff --git a/koha-tmpl/opac-tmpl/prog/en/modules/opac-auth.tt 
b/koha-tmpl/opac-tmpl/prog/en/modules/opac-auth.tt
index dfa7ed9..91b03f2 100644
--- a/koha-tmpl/opac-tmpl/prog/en/modules/opac-auth.tt
+++ b/koha-tmpl/opac-tmpl/prog/en/modules/opac-auth.tt
@@ -53,7 +53,19 @@
 <p>Sorry, the CAS login failed.</p>
 [% END %]
 
-<p>If you have a <acronym title="Central Authentication Service">CAS</acronym> 
account, please <a href="[% casServerUrl %]">click here to login</a>.<p>
+<p><acronym title="Central Authentication Service">If you have a CAS 
account</acronym>, 
+[% IF ( casServerUrl ) %]
+    please <a href="[% casServerUrl %]">click here to login</a>.<p>
+[% END %]
+
+[% IF ( casServersLoop ) %]
+please choose against which one you would like to authenticate: </p>
+<ul>
+    [% FOREACH casServersLoo IN casServersLoop %]
+       <li><a href="[% searchdomainloo.value %]">[% searchdomainloo.name 
%]</a></li>
+    [% END %]
+[% END %]
+</ul>
 
 <h4>Local Login</h4>
 <p>If you do not have a CAS account, but a local account, you can still log in 
: </p>
-- 
1.7.0.4

_______________________________________________
Koha-patches mailing list
Koha-patches@lists.koha-community.org
http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-patches
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/

Reply via email to