Bugzilla – Attachment 25188 Details for
Bug 11737
Use new DataTables include in quotes management template
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 11737 - Use new DataTables include in quotes management template
Bug-11737---Use-new-DataTables-include-in-quotes-m.patch (text/plain), 2.06 KB, created by
Biblibre Sandboxes
on 2014-02-11 03:15:34 UTC
(
hide
)
Description:
Bug 11737 - Use new DataTables include in quotes management template
Filename:
MIME Type:
Creator:
Biblibre Sandboxes
Created:
2014-02-11 03:15:34 UTC
Size:
2.06 KB
patch
obsolete
>From b0678c5d20140933ca6b5b4691fb659fa63c17f9 Mon Sep 17 00:00:00 2001 >From: Owen Leonard <oleonard@myacpl.org> >Date: Mon, 10 Feb 2014 14:30:26 -0500 >Subject: [PATCH] Bug 11737 - Use new DataTables include in quotes management template > >Bug 10649 introduced a new include file for adding DataTables-related >JavaScript assets. This patch adds use of this include file to the >quotes management page. > >To test you should have a multiple quotes in your database. Apply the >patch and view the quotes manager page (tools/quotes.pl). Confirm that >table sorting works correctly. > >Signed-off-by: merlissia <manuelimel@gmail.com> >--- > .../intranet-tmpl/prog/en/modules/tools/quotes.tt | 8 +++----- > 1 files changed, 3 insertions(+), 5 deletions(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/quotes.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/tools/quotes.tt >index 493c34b..2f83802 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/quotes.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/tools/quotes.tt >@@ -1,12 +1,10 @@ > [% INCLUDE 'doc-head-open.inc' %] > <title>Koha › Tools › Quote editor</title> > [% INCLUDE 'doc-head-close.inc' %] >- <link rel="stylesheet" type="text/css" href="[% themelang %]/css/datatables.css" /> > <link rel="stylesheet" type="text/css" href="[% themelang %]/css/quotes.css" /> >- <script type="text/javascript" src="[% themelang %]/lib/jquery/plugins/jquery.dataTables.min.js"></script> >- <script type="text/javascript" src="[% themelang %]/lib/jquery/plugins/dataTables.fnReloadAjax.js"></script> >- [% INCLUDE 'datatables-strings.inc' %] >- <script type="text/javascript" src="[% themelang %]/js/datatables.js"></script> >+ <link rel="stylesheet" type="text/css" href="[% themelang %]/css/datatables.css" /> >+ [% INCLUDE 'datatables.inc' %] >+ <script type="text/javascript" src="[% interface %]/lib/jquery/plugins/dataTables.fnReloadAjax.js"></script> > <script type="text/javascript" src="[% themelang %]/js/jquery.jeditable.mini.js"></script> > <script type="text/javascript"> > //<![CDATA[ >-- >1.7.2.5
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 11737
:
25182
|
25188
|
25192
|
25193