Bugzilla – Attachment 5054 Details for
Bug 6728
Table sorter for receiving acquisitions
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
[SIGNED-OFF] Fix for Bug 6728, Table sorter for receiving acquisitions
SIGNED-OFF-Fix-for-Bug-6728-Table-sorter-for-recei.patch (text/plain), 1.56 KB, created by
Nicole C. Engard
on 2011-08-19 04:46:51 UTC
(
hide
)
Description:
[SIGNED-OFF] Fix for Bug 6728, Table sorter for receiving acquisitions
Filename:
MIME Type:
Creator:
Nicole C. Engard
Created:
2011-08-19 04:46:51 UTC
Size:
1.56 KB
patch
obsolete
>From fe0f0e845469e06e9c0d309d7139473a7519a915 Mon Sep 17 00:00:00 2001 >From: Owen Leonard <oleonard@myacpl.org> >Date: Wed, 17 Aug 2011 16:04:55 -0400 >Subject: [PATCH] [SIGNED-OFF] Fix for Bug 6728, Table sorter for receiving acquisitions > >Signed-off-by: Nicole C. Engard <nengard@bywatersolutions.com> >--- > .../intranet-tmpl/prog/en/modules/acqui/parcel.tt | 13 ++++++++++++- > 1 files changed, 12 insertions(+), 1 deletions(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/parcel.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/parcel.tt >index 8ccc42d..b54dc96 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/parcel.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/parcel.tt >@@ -4,12 +4,23 @@ > [% INCLUDE 'doc-head-close.inc' %] > [% INCLUDE 'greybox.inc' %] > <script type="text/javascript" src="[% yuipath %]/json/json-min.js"></script> >-<script type="text/JavaScript"> >+<script type="text/javascript" src="[% themelang %]/lib/jquery/plugins/jquery.tablesorter.min.js"></script> >+<script type="text/javascript"> > //<![CDATA[ > > var rowsToCollapse = 5; > >+ $.tablesorter.addParser({ >+ id: 'articles', >+ is: function(s) {return false; }, >+ format: function(s) { return s.toLowerCase().replace(/^(the|an|a) /,''); }, >+ type: 'text' >+ }); >+ > $(document).ready(function(){ >+ $("#pendingt").tablesorter({ >+ headers: { 2: { sorter: 'articles' },3: { sorter: false },7:{sorter:false}} >+ }); > > rowCountPending = $("#pendingt tbody.filterclass tr").length; > rowCountReceived = $("#receivedt tbody.filterclass tr").length; >-- >1.7.2.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 6728
:
5036
|
5050
| 5054