From a1b4f525591c1a4d5ef468da63b9d6d38b162222 Mon Sep 17 00:00:00 2001 From: Jonathan Druart Date: Fri, 20 Feb 2015 11:42:31 +0100 Subject: [PATCH] Bug 12291: Replace acronym with tag at the OPAC On the OPAC authentification page, the acronym tag is used, but deprecated. It should be replaced with abbr: http://www.w3.org/wiki/HTML/Elements/acronym Test plan: Enable the CAS authentification and verify the tags have correctly been replaced. --- koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-auth.tt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-auth.tt b/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-auth.tt index a82b079..9ce6ff7 100644 --- a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-auth.tt +++ b/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-auth.tt @@ -69,7 +69,7 @@

Sorry, the CAS login also failed, if you have a local login you may use that below.

[% ELSE %] - If you have a CAS account, you may use that below. + If you have a CAS account, you may use that below. [% END %] [% ELSE %] If you have a local account, you may use that below. @@ -84,7 +84,7 @@ [% END %] [% IF ( casAuthentication ) %]

CAS login

-

If you do not have a Shibboleth account, but you do have a CAS account, +

If you do not have a Shibboleth account, but you do have a CAS account, [% ELSE %]

Local login

If you do not have a Shibboleth account, but you do have a local login, then you may login below:

@@ -114,7 +114,7 @@

Sorry, the CAS login failed.

[% END %] -

If you have a CAS account, +

If you have a CAS account, [% IF ( casServerUrl ) %] please click here to login.

[% END %] -- 2.1.0