Bugzilla – Attachment 9602 Details for
Bug 5345
DataTables in Koha
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
basketgroup.tt
0001-Bug-5345-DataTables-integration-in-acquisition-modul.patch (text/plain), 4.11 KB, created by
Jonathan Druart
on 2012-05-16 11:46:29 UTC
(
hide
)
Description:
basketgroup.tt
Filename:
MIME Type:
Creator:
Jonathan Druart
Created:
2012-05-16 11:46:29 UTC
Size:
4.11 KB
patch
obsolete
>From e8a5d56453b703adeb65fe08f1b9b3ac9c28386e Mon Sep 17 00:00:00 2001 >From: Jonathan Druart <jonathan.druart@biblibre.com> >Date: Fri, 17 Feb 2012 15:56:30 +0100 >Subject: [PATCH 1/1] Bug 5345: DataTables integration in acquisition module > [5] > >basketgroup.tt >--- > .../prog/en/modules/acqui/basketgroup.tt | 30 +++++++++++++------ > 1 files changed, 20 insertions(+), 10 deletions(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/basketgroup.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/basketgroup.tt >index 572d353..54918be 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/basketgroup.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/basketgroup.tt >@@ -1,6 +1,9 @@ > [% INCLUDE 'doc-head-open.inc' %] > <title>Koha › Basket grouping for [% booksellername |html %]</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> >+<script type="text/javascript" src="[% themelang %]/js/datatables.js"></script> > <script type="text/javascript" src="[% themelang %]/js/acq.js"></script> > [% IF ( grouping ) %] > <script type="text/javascript" src="[% yuipath %]/yahoo-dom-event/yahoo-dom-event.js"></script> >@@ -100,6 +103,17 @@ function submitForm(form) { > // $("#toolbar").empty(); > yuiToolbar(); > $("#basket_groups > ul").tabs(); >+ >+ $("table").dataTable($.extend(true, {}, dataTablesDefaults, { >+ "aoColumnDefs": [ >+ { "aTargets": [ -1 ], "bSortable": false, "bSearchable": false }, >+ ], >+ "bAutoWidth": false, >+ "bPaginate": false, >+ "bInfo": false, >+ "bFilter": false, >+ } )); >+ > }); > > // YUI Toolbar Functions >@@ -250,10 +264,10 @@ function yuiToolbar() { > [% ELSE %]<li><a href="#closed">Closed</a></li>[% END %] > </ul> > <div id="opened"> >- <table> >+ <table id="basket_group_opened"> > <thead> > <tr> >- <th>Basket group</th><th colspan="3">Action</th> >+ <th>Basket group</th><th>Action</th> > </tr> > </thead> > <tbody> >@@ -267,13 +281,11 @@ function yuiToolbar() { > [% END %]</a> > </td> > <td> >+ <span> > <input type="button" onclick="closeandprint([% basketgroup.id %])" value="Close and Print" /> >- </td> >- <td> > <form action="/cgi-bin/koha/acqui/basketgroup.pl" method="get"><input type="hidden" name="op" value="add" /><input type="hidden" name="booksellerid" value="[% basketgroup.booksellerid %]" /><input type="hidden" name="basketgroupid" value="[% basketgroup.id %]" /><input type="submit" value="Edit" /></form> >- </td> >- <td> > <form action="/cgi-bin/koha/acqui/basketgroup.pl" method="get"><input type="hidden" name="op" value="delete" /><input type="hidden" name="booksellerid" value="[% basketgroup.booksellerid %]" /><input type="hidden" name="basketgroupid" value="[% basketgroup.id %]" /><input type="submit" value="Delete" /></form> >+ </span> > </td> > </tr> > [% END %] >@@ -282,10 +294,10 @@ function yuiToolbar() { > </table> > </div> > <div id="closed"> >- <table> >+ <table id="basket_group_closed"> > <thead> > <tr> >- <th>Basket group</th><th colspan="3">Action</th> >+ <th>Basket group</th><th>Action</th> > </tr> > </thead> > <tbody> >@@ -301,8 +313,6 @@ function yuiToolbar() { > </td> > <td> > <form action="/cgi-bin/koha/acqui/basketgroup.pl" method="get"><input type="hidden" name="op" value="reopen" /><input type="hidden" name="booksellerid" value="[% basketgroup.booksellerid %]" /><input type="hidden" name="basketgroupid" value="[% basketgroup.id %]" /><input type="submit" value="Reopen" /></form> >- </td> >- <td> > <form action="/cgi-bin/koha/acqui/basketgroup.pl" method="get"><input type="hidden" name="op" value="print" /><input type="hidden" name="basketgroupid" value="[% basketgroup.id %]" /><input type="submit" value="Print" /></form> > </td> > </tr> >-- >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