From 34aadc5fa9aae8ae1002e33d6485a197e2bfc66a Mon Sep 17 00:00:00 2001 From: Owen Leonard Date: Fri, 23 Mar 2018 13:39:45 +0000 Subject: [PATCH] Bug 20268 (follow-up) Correct template error The login template must have a class attribute on the body tag in order for the template to pass tests. To test, apply the patch and confirm that the staff client login form still looks the same. For further confirmation you could update the IntranetUserCSS system preference with something like this: .main_main-auth { background-color: #CCF; } The login form should now have a different background color. --- koha-tmpl/intranet-tmpl/prog/en/modules/auth.tt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/auth.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/auth.tt index 5bb7905..19c5a2b 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/auth.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/auth.tt @@ -12,7 +12,7 @@ [% INCLUDE 'doc-head-close.inc' %] - +
-- 2.1.4