Bugzilla – Attachment 7727 Details for
Bug 5345
DataTables in Koha
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
newordersuggestion.tt
0009-Bug-5345-DataTables-integration-in-acquisition-modul.patch (text/plain), 2.35 KB, created by
Jonathan Druart
on 2012-02-17 15:04:35 UTC
(
hide
)
Description:
newordersuggestion.tt
Filename:
MIME Type:
Creator:
Jonathan Druart
Created:
2012-02-17 15:04:35 UTC
Size:
2.35 KB
patch
obsolete
>From 89734766e1b2cec73a3add088c2ad98ac46e7fa6 Mon Sep 17 00:00:00 2001 >From: Jonathan Druart <jonathan.druart@biblibre.com> >Date: Fri, 17 Feb 2012 15:57:57 +0100 >Subject: [PATCH 09/16] Bug 5345: DataTables integration in acquisition module > [9] > >newordersuggestion.tt >--- > .../prog/en/modules/acqui/newordersuggestion.tt | 28 +++++++++++++++++-- > 1 files changed, 25 insertions(+), 3 deletions(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/newordersuggestion.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/newordersuggestion.tt >index f6edc63..247d81f 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/newordersuggestion.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/newordersuggestion.tt >@@ -1,6 +1,22 @@ > [% INCLUDE 'doc-head-open.inc' %] > <title>Koha › Acquisitions › Add order from a suggestion</title> >+<link rel="stylesheet" type="text/css" href="[% themelang %]/css/datatables.css" /> > [% INCLUDE 'doc-head-close.inc' %] >+<script type="text/javascript" src="[% themelang %]/lib/jquery/plugins/jquery.dataTables.min.js"></script> >+[% INCLUDE 'datatables-strings.inc' %] >+<script type="text/javascript" src="[% themelang %]/js/datatables.js"></script> >+<script type="text/javascript"> >+//<![CDATA[ >+ $(document).ready(function() { >+ var suggestionst = $("#suggestionst").dataTable($.extend(true, {}, dataTablesDefaults, { >+ "aoColumnDefs": [ >+ { "aTargets": [ -1 ], "bSortable": false, "bSearchable": false }, >+ ], >+ "sPaginationType": "four_button" >+ } ) ); >+ }); >+ //]]> >+</script> > </head> > <body> > [% INCLUDE 'header.inc' %] >@@ -16,14 +32,16 @@ > > <h1>Suggestions</h1> > [% IF ( suggestions_loop ) %] >- <table> >+ <table id="suggestionst"> >+ <thead> > <tr> > <th>Suggestion</th> > <th>Suggested by</th> > <th>Accepted by</th> > <th> </th> > </tr> >- >+ </thead> >+ <tbody> > [% FOREACH suggestions_loo IN suggestions_loop %] > <tr> > <td> >@@ -53,7 +71,11 @@ > </td> > </tr> > [% END %] >- </table>[% ELSE %]There are no outstanding (accepted) suggestions.[% END %] >+ </tbody> >+ </table> >+ [% ELSE %] >+ There are no outstanding (accepted) suggestions. >+ [% END %] > </div> > </div> > <div class="yui-b"> >-- >1.7.7.3 >
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 5345
:
7719
|
7720
|
7721
|
7722
|
7723
|
7724
|
7725
|
7726
|
7727
|
7728
|
7729
|
7730
|
7731
|
7732
|
7733
|
7734
|
8039
|
8040
|
8057
|
8058
|
8292
|
8830
|
8831
|
8833
|
8834
|
8835
|
8836
|
8837
|
9519
|
9601
|
9602