From d359b05cb8958cd4d2a2681a86d7813a48748670 Mon Sep 17 00:00:00 2001 From: Owen Leonard Date: Tue, 2 Jul 2013 09:59:21 -0400 Subject: [PATCH] Bug 10422 - Remove references to unused and non-existent wizard.css doc-head-close.inc contains a reference to "wizard.css" which doesn't exist. The option to include it never evaluates as true, and that section can be removed from the template. To test, apply the patch and view any page in the staff client. Everything should be styled as before. A search of the Koha source should return no references to "wizard.css" or a "wizard" variable. Signed-off-by: Jonathan Druart No occurrence of "wizard" in pl/pm files. Signed-off-by: Kyle M Hall Passes koha-qa.pl Signed-off-by: Galen Charlton (cherry picked from commit 986f7a24e8abe566d57a3488a8df87488ab3aeb6) Signed-off-by: Tomas Cohen Arazi --- koha-tmpl/intranet-tmpl/prog/en/includes/doc-head-close.inc | 3 --- 1 file changed, 3 deletions(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/includes/doc-head-close.inc b/koha-tmpl/intranet-tmpl/prog/en/includes/doc-head-close.inc index 7c9722c706..78a16f0717 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/includes/doc-head-close.inc +++ b/koha-tmpl/intranet-tmpl/prog/en/includes/doc-head-close.inc @@ -23,9 +23,6 @@ [% IF ( login ) %] [% END %] -[% IF ( wizard ) %] - -[% END %] [% IF ( intranetcolorstylesheet ) %] -- 2.39.5