From 3c1ccdd495618d4b461dccc70338d99232c1549c Mon Sep 17 00:00:00 2001 From: Owen Leonard 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 --- 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 @@ - + -- 2.1.4