Bugzilla – Attachment 5476 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]
[SIGNED-OFF] Bug 6471: add tablesorter to Holds Queue
SIGNED-OFF-Bug-6471-add-tablesorter-to-Holds-Queue.patch (text/plain), 1.40 KB, created by
Nicole C. Engard
on 2011-09-20 13:36:26 UTC
(
hide
)
Description:
[SIGNED-OFF] Bug 6471: add tablesorter to Holds Queue
Filename:
MIME Type:
Creator:
Nicole C. Engard
Created:
2011-09-20 13:36:26 UTC
Size:
1.40 KB
patch
obsolete
>From e51f8ea8f28304acb41af5560e194bbeb5393f19 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] [SIGNED-OFF] 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> >--- > .../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.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 6471
:
5475
|
5476
|
5773