Bugzilla – Attachment 71608 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.59 KB, created by
Owen Leonard
on 2018-02-14 14:19:26 UTC
(
hide
)
Description:
Bug 20193: Path to Greybox CSS broken after Bug 12904
Filename:
MIME Type:
Creator:
Owen Leonard
Created:
2018-02-14 14:19:26 UTC
Size:
1.59 KB
patch
obsolete
>From b58bfaf8a05359a1778220dd94d3a54fa93437c2 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. >--- > 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 dcc80ee..620c254 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.1.4
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