From 450d0e3db1ce3d0eefaefc44d88b777f7ab294bc 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. Signed-off-by: Jonathan Druart --- 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 5bb7905986..19c5a2bae8 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.39.2