Summary: | Remove references to unused and non-existent wizard.css | ||
---|---|---|---|
Product: | Koha | Reporter: | Owen Leonard <oleonard> |
Component: | Templates | Assignee: | Owen Leonard <oleonard> |
Status: | CLOSED FIXED | QA Contact: | |
Severity: | minor | ||
Priority: | P5 - low | CC: | bgkriegel, chrish, gmcharlt, tomascohen |
Version: | Main | ||
Hardware: | All | ||
OS: | All | ||
Change sponsored?: | --- | Patch complexity: | Trivial patch |
Documentation contact: | Documentation submission: | ||
Text to go in the release notes: | Version(s) released in: | ||
Circulation function: | |||
Attachments: |
Bug 10422 - Remove references to unused and non-existent wizard.css
Bug 10422 - Remove references to unused and non-existent wizard.css Bug 10422 - Remove references to unused and non-existent wizard.css |
Description
Owen Leonard
2013-06-05 17:02:03 UTC
Created attachment 19345 [details] [review] 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. Created attachment 19501 [details] [review] 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. Created attachment 19598 [details] [review] 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 Pushed to master. Thanks, Owen! This patch has been pushed to 3.12.x, will be in 3.12.3. Thanks Owen! Pushed to 3.10.x, will be in 3.10.10 Pushed to 3.8.x, will be in 3.8.17 |