Bugzilla – Attachment 77024 Details for
Bug 21050
Datepickers on LabelItemSearch broken
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 21050: Fix datepickers on LabelItemSearch
Bug-21050-Fix-datepickers-on-LabelItemSearch.patch (text/plain), 1.31 KB, created by
Katrin Fischer
on 2018-07-16 21:00:45 UTC
(
hide
)
Description:
Bug 21050: Fix datepickers on LabelItemSearch
Filename:
MIME Type:
Creator:
Katrin Fischer
Created:
2018-07-16 21:00:45 UTC
Size:
1.31 KB
patch
obsolete
>From 623826644435ee448a51ad92a6400014459a78a2 Mon Sep 17 00:00:00 2001 >From: Jonathan Druart <jonathan.druart@bugs.koha-community.org> >Date: Mon, 16 Jul 2018 11:21:48 -0300 >Subject: [PATCH] Bug 21050: Fix datepickers on LabelItemSearch > >calendar.inc must be in the jsinclude block when jsfooter is set > >Test plan: >- Open or create a label batch. >- Click "Add items" to trigger the pop-up search window. >- Date picker should work now > >Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de> >--- > koha-tmpl/intranet-tmpl/prog/en/modules/labels/search.tt | 4 +++- > 1 file changed, 3 insertions(+), 1 deletion(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/labels/search.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/labels/search.tt >index d67a67cab8..e982150976 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/labels/search.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/labels/search.tt >@@ -1,7 +1,6 @@ > [% SET footerjs = 1 %] > [% INCLUDE 'doc-head-open.inc' %]<title>Koha › Labels</title> > [% INCLUDE 'doc-head-close.inc' %] >-[% INCLUDE 'calendar.inc' %] > </head> > > <body id="labels_search" class="tools labels"> >@@ -104,4 +103,7 @@ to add to Batch [% batch_id %] > </form> > </div> > >+[% MACRO jsinclude BLOCK %] >+ [% INCLUDE 'calendar.inc' %] >+[% END %] > [% INCLUDE 'intranet-bottom.inc' popup_window=1 %] >-- >2.17.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 21050
:
76993
|
77024
|
77553