Bugzilla – Attachment 5773 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]
Bug 6471: add tablesorter to Holds Queue
Bug-6471-add-tablesorter-to-Holds-Queue.patch (text/plain), 1.44 KB, created by
Paul Poulain
on 2011-10-07 14:59:29 UTC
(
hide
)
Description:
Bug 6471: add tablesorter to Holds Queue
Filename:
MIME Type:
Creator:
Paul Poulain
Created:
2011-10-07 14:59:29 UTC
Size:
1.44 KB
patch
obsolete
>From c660f697101a7aa2c1e0a259b0772cd1342f6038 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. > >Signed-off-by: Nicole C. Engard <nengard@bywatersolutions.com> >Signed-off-by: Paul Poulain <paul.poulain@biblibre.com> >--- > .../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