http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=10422 Kyle M Hall <kyle@bywatersolutions.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #19501|0 |1 is obsolete| | --- Comment #3 from Kyle M Hall <kyle@bywatersolutions.com> --- Created attachment 19598 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=19598&action=edit 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 <jonathan.druart@biblibre.com> No occurrence of "wizard" in pl/pm files. Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com> Passes koha-qa.pl -- You are receiving this mail because: You are watching all bug changes.