Bugzilla – Attachment 5475 Details for
Bug 6471
column sorter on holds queue
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Proposed Patch
0001-Bug-6471-add-tablesorter-to-Holds-Queue.patch (text/plain), 1.32 KB, created by
Ian Walls
on 2011-09-20 13:29:44 UTC
(
hide
)
Description:
Proposed Patch
Filename:
MIME Type:
Creator:
Ian Walls
Created:
2011-09-20 13:29:44 UTC
Size:
1.32 KB
patch
obsolete
>From c7b6661300ef332bad84ca63e2beaf7cad737c2c Mon Sep 17 00:00:00 2001 >From: Ian Walls <ian.walls@bywatersolutions.com> >Date: Tue, 20 Sep 2011 09:22:46 -0400 >Subject: [PATCH] Bug 6471: add tablesorter to Holds Queue > >This patch adds the table sorter to Holds Queue. Sponsored by Farmington Public Library. >--- > .../prog/en/modules/circ/view_holdsqueue.tt | 10 ++++++++++ > 1 files changed, 10 insertions(+), 0 deletions(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/view_holdsqueue.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/circ/view_holdsqueue.tt >index f016158..e54529a 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/view_holdsqueue.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/circ/view_holdsqueue.tt >@@ -7,6 +7,16 @@ > [% INCLUDE 'header.inc' %] > [% INCLUDE 'cat-search.inc' %] > >+<script type="text/javascript" src="[% ( themelang ) %]/lib/jquery/plugins/jquery.tablesorter.min.js"></script> >+<script type="text/javascript">//<![CDATA[ >+$(document).ready(function() { >+ $("#holdst").tablesorter({ >+ sortList: [[6,0]], >+ }); >+}); >+//]]> >+</script> >+ > <div id="breadcrumbs"><a href="/cgi-bin/koha/mainpage.pl">Home</a> > › <a href="/cgi-bin/koha/circ/circulation-home.pl">Circulation</a> > › <a href="/cgi-bin/koha/circ/view_holdsqueue.pl">Holds Queue</a> >-- >1.7.4.1 >
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 6471
:
5475
|
5476
|
5773