[Koha-patches] [PATCH] [PATCH] Bug 5983 minor fix in html to improve translatability

Stéphane Delaune stephane.delaune at biblibre.com
Fri Jul 8 12:34:22 CEST 2011


Signed-off-by: Stéphane Delaune <stephane.delaune at 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



More information about the Koha-patches mailing list