From 4cdf3909ead487ae55c09d907f6fce519be5f2f5 Mon Sep 17 00:00:00 2001 From: Justin Rittenhouse Date: Fri, 31 May 2019 16:37:11 +0000 Subject: [PATCH] Bug 22585: remove double-escape for CAS URL The return URL that is part of the link to CAS login is double-escaped on the staff login page. It appears that this is the same issue as bug 21973 but in the staff intranet template. I have attached an identical patch for the intranet auth.tt file. Signed-off-by: Nick Clemens --- koha-tmpl/intranet-tmpl/prog/en/modules/auth.tt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/auth.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/auth.tt index 7533b0cb8b..b46a5425f5 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/auth.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/auth.tt @@ -96,14 +96,14 @@ [% END %] [% IF ( casServerUrl ) %] -

If you have a CAS account, please click here to login.

+

If you have a CAS account, please click here to login.

[% END %] [% IF ( casServersLoop ) %]

If you have a CAS account, please choose against which one you would like to authenticate: