Bugzilla – Attachment 19598 Details for
Bug 10422
Remove references to unused and non-existent wizard.css
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 10422 - Remove references to unused and non-existent wizard.css
Bug-10422---Remove-references-to-unused-and-non-ex.patch (text/plain), 1.54 KB, created by
Kyle M Hall (khall)
on 2013-07-12 14:38:17 UTC
(
hide
)
Description:
Bug 10422 - Remove references to unused and non-existent wizard.css
Filename:
MIME Type:
Creator:
Kyle M Hall (khall)
Created:
2013-07-12 14:38:17 UTC
Size:
1.54 KB
patch
obsolete
>From 9a59e012df9cc84a4ec18f987a895ed6b60a49e9 Mon Sep 17 00:00:00 2001 >From: Owen Leonard <oleonard@myacpl.org> >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 <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 >--- > .../prog/en/includes/doc-head-close.inc | 3 --- > 1 files changed, 0 insertions(+), 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 ee7f3f2..ff4cca9 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 >@@ -20,9 +20,6 @@ > [% IF ( login ) %] > <link rel="stylesheet" type="text/css" href="[% themelang %]/css/login.css" /> > [% END %] >-[% IF ( wizard ) %] >- <link rel="stylesheet" type="text/css" href="[% themelang %]/css/wizard.css" /> >-[% END %] > > <!-- koha core js --> > <script type="text/javascript" src="[% themelang %]/js/staff-global.js"></script> >-- >1.7.2.5
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
|
Splinter Review
Attachments on
bug 10422
:
19345
|
19501
| 19598