Bugzilla – Attachment 71698 Details for
Bug 20193
Path to Greybox CSS broken after Bug 12904
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 20193: Path to Greybox CSS broken after Bug 12904
Bug-20193-Path-to-Greybox-CSS-broken-after-Bug-129.patch (text/plain), 1.71 KB, created by
Katrin Fischer
on 2018-02-16 06:35:20 UTC
(
hide
)
Description:
Bug 20193: Path to Greybox CSS broken after Bug 12904
Filename:
MIME Type:
Creator:
Katrin Fischer
Created:
2018-02-16 06:35:20 UTC
Size:
1.71 KB
patch
obsolete
>From 98c183c5829da04312e57f7f9a74e19214485d6c Mon Sep 17 00:00:00 2001 >From: Owen Leonard <oleonard@myacpl.org> >Date: Wed, 14 Feb 2018 14:12:00 +0000 >Subject: [PATCH] Bug 20193: Path to Greybox CSS broken after Bug 12904 > >Bug 12904 changed the way CSS and JS assets should be linked, but the >Greybox CSS path wasn't changed in the process. This patch adds the >required VERSION template variable to greybox.inc. > >To test, apply the patch and test usage of Greybox in the staff client. >For instance: > >- Go to Tools -> Labels -> Manage -> Label batches >- Select a batch for export and click the 'Export selected' button >- A Greybox modal should be triggered, and the export process should > proceed correctly. > >Signed-off-by: Mark Tompsett <mtompset@hotmail.com> > >Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de> >--- > koha-tmpl/intranet-tmpl/prog/en/includes/greybox.inc | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/includes/greybox.inc b/koha-tmpl/intranet-tmpl/prog/en/includes/greybox.inc >index dcc80ee490..620c254dd0 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/includes/greybox.inc >+++ b/koha-tmpl/intranet-tmpl/prog/en/includes/greybox.inc >@@ -4,4 +4,4 @@ > <script type="text/javascript" src="[% interface %]/lib/greybox/AJS_[% KOHA_VERSION %].js"></script> > <script type="text/javascript" src="[% interface %]/lib/greybox/AJS_fx_[% KOHA_VERSION %].js"></script> > <script type="text/javascript" src="[% interface %]/lib/greybox/gb_scripts_[% KOHA_VERSION %].js"></script> >-<link href="[% interface %]/lib/greybox/gb_styles.css" rel="stylesheet" type="text/css" /> >+<link href="[% interface %]/lib/greybox/gb_styles_[% KOHA_VERSION %].css" rel="stylesheet" type="text/css" /> >-- >2.14.1
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 20193
:
71608
|
71621
| 71698