Bugzilla – Attachment 25400 Details for
Bug 11740
Use new DataTables include in quotes upload template
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
[SIGNED OFF] Bug 11740 - Use new DataTables include in quotes upload template
SIGNED-OFF-Bug-11740---Use-new-DataTables-include-.patch (text/plain), 2.06 KB, created by
Mark Tompsett
on 2014-02-18 21:42:34 UTC
(
hide
)
Description:
[SIGNED OFF] Bug 11740 - Use new DataTables include in quotes upload template
Filename:
MIME Type:
Creator:
Mark Tompsett
Created:
2014-02-18 21:42:34 UTC
Size:
2.06 KB
patch
obsolete
>From a0fd66d3c4c820dbdad1ae9e5c3fc436aab08637 Mon Sep 17 00:00:00 2001 >From: Owen Leonard <oleonard@myacpl.org> >Date: Mon, 10 Feb 2014 15:29:06 -0500 >Subject: [PATCH] [SIGNED OFF] Bug 11740 - Use new DataTables include in > quotes upload 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 upload page. > >To test you need a CSV file of quotes to upload ( "source","text" ). >Go to Tools -> Quote editor and click the "Import quotes" button. Upload >the CSV file and confirm that the table which previews the import >results loads correctly. Sorting is not enabled, but pagination and >searching should work. > >Signed-off-by: Mark Tompsett <mtompset@hotmail.com> >--- > .../prog/en/modules/tools/quotes-upload.tt | 7 ++----- > 1 file changed, 2 insertions(+), 5 deletions(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/quotes-upload.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/tools/quotes-upload.tt >index 2dc4af9..49cae8e 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/quotes-upload.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/tools/quotes-upload.tt >@@ -2,12 +2,9 @@ > <title>Koha › Tools › Quote uploader</title> > [% INCLUDE 'doc-head-close.inc' %] > <link rel="stylesheet" type="text/css" href="[% themelang %]/css/uploader.css" /> >- <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> >- [% INCLUDE 'datatables-strings.inc' %] >- </script> >- <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="[% themelang %]/js/jquery.jeditable.mini.js"></script> > <script type="text/javascript"> > //<![CDATA[ >-- >1.7.9.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 11740
:
25195
|
25400
|
25438