Bugzilla – Attachment 73021 Details for
Bug 19709
Move template JavaScript to the footer: Labels
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 19709 (follow-up) Add missing Greybox library files
Bug-19709-follow-up-Add-missing-Greybox-library-fi.patch (text/plain), 1.45 KB, created by
Owen Leonard
on 2018-03-16 11:15:01 UTC
(
hide
)
Description:
Bug 19709 (follow-up) Add missing Greybox library files
Filename:
MIME Type:
Creator:
Owen Leonard
Created:
2018-03-16 11:15:01 UTC
Size:
1.45 KB
patch
obsolete
>From 0c03e5c35948d1e5a7dc23b248ec94c7e086a87e Mon Sep 17 00:00:00 2001 >From: Owen Leonard <oleonard@myacpl.org> >Date: Fri, 16 Mar 2018 11:10:03 +0000 >Subject: [PATCH] Bug 19709 (follow-up) Add missing Greybox library files > >This patch adds the Greybox assets to the label print template so that >Greybox-related JS functions will work correctly. > >To test, apply the patch and go to Tools -> Label creator -> Manage -> >Label batches. > >- Select a batch and click 'Export selected' >- In the modal window, click the 'Cancel' link. It should close the > window. >- Click 'Export selected' again. >- Click 'Export' >- Click 'Done.' The window should close. >--- > koha-tmpl/intranet-tmpl/prog/en/modules/labels/label-print.tt | 1 + > 1 file changed, 1 insertion(+) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/labels/label-print.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/labels/label-print.tt >index bef9beb..dcc3e84 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/labels/label-print.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/labels/label-print.tt >@@ -103,6 +103,7 @@ > [% IF ( IntranetUserJS ) %] > <script type="text/javascript" src="[% interface %]/lib/jquery/jquery-2.2.3.min_[% KOHA_VERSION %].js"></script> > <script type="text/javascript" src="[% interface %]/lib/jquery/jquery-migrate-1.3.0.min_[% KOHA_VERSION %].js"></script> >+ [% INCLUDE 'greybox.inc' %] > <script type="text/javascript"> > [% IntranetUserJS %] > function Done() { >-- >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 19709
:
69418
|
70432
|
71557
|
72439
|
72625
|
72701
|
73021
|
75155
|
75253
|
76163