Bugzilla – Attachment 6752 Details for
Bug 7349
Sorting patron search result by cardnumber doesn't work
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
proposed patch
0001-Bug-7349-corrects-sort-order-for-Patron-search.patch (text/plain), 1.09 KB, created by
Adrien SAURAT
on 2011-12-13 15:10:12 UTC
(
hide
)
Description:
proposed patch
Filename:
MIME Type:
Creator:
Adrien SAURAT
Created:
2011-12-13 15:10:12 UTC
Size:
1.09 KB
patch
obsolete
>From 663dd3dcd2d21548582390d76aa9996c54cc8321 Mon Sep 17 00:00:00 2001 >From: Adrien Saurat <adrien.saurat@biblibre.com> >Date: Tue, 13 Dec 2011 16:01:45 +0100 >Subject: [PATCH] Bug 7349: corrects sort order for Patron search > >Sorting by cardnumber now works (removed a client-side >sort, the server-side sort is enough). >--- > .../prog/en/modules/members/member.tt | 10 ---------- > 1 files changed, 0 insertions(+), 10 deletions(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/members/member.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/members/member.tt >index 4bff548..f625220 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/members/member.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/members/member.tt >@@ -99,14 +99,4 @@ > > </div> > </div> >-<script type="text/javascript" src="[% themelang %]/lib/jquery/plugins/jquery.tablesorter.min.js"></script> >-<script type="text/javascript">//<![CDATA[ >-$(document).ready(function() { >- $("#memberresultst").tablesorter({ >- sortList: [[1,0]], >- widgets: ['zebra'] >- }); >-}); >-//]]> >-</script> > [% INCLUDE 'intranet-bottom.inc' %] >-- >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 7349
:
6752
|
6809