]> git.koha-community.org Git - koha.git/commit
Fix for Bug 6484 - due date sorter on 'my summary' missing
authorOwen Leonard <oleonard@myacpl.org>
Thu, 7 Jul 2011 01:42:00 +0000 (21:42 -0400)
committerChris Nighswonger <chris.nighswonger@gmail.com>
Tue, 26 Jul 2011 02:09:12 +0000 (22:09 -0400)
commitd20900f7f4a96db4c54e691d4e9e34c620b331a6
treeb003b60a21eeaee8b42dd088f153ce4681d24e85
parent928755dae9ef0326610be090aef037228fb60932
Fix for Bug 6484 - due date sorter on 'my summary' missing

Columns on the summary table are shown or hidden based on a
variety of different settings, leading to convoluted if/else
template constructions if we want to define header sorting
in the <script> block. Using the jQuery Metadata plugin
allows us to specify sorting options as classes on the
table header. This adds a dependency but simplifies the
template markup significantly.

I recommend continuing to specify header sort options in the
<script> block in cases where it is relatively simple to do
so and saving inclusion of the additional jQuery plugin for
pages which really need it.

Other changes: Moved common sorter configuration detalis to
default declaration; Moved the date due column so that it
could be set as the default sort without taking into account
multiple disappearing columns (default sort cannot be set
in the markup for a <th>).

Signed-off-by: Nicole C. Engard <nengard@bywatersolutions.com>
Signed-off-by: Chris Cormack <chrisc@catalyst.net.nz>
(cherry picked from commit 203de2452e2e8358a74b35a54d349d72382b5b3f)

Signed-off-by: Chris Nighswonger <chris.nighswonger@gmail.com>
koha-tmpl/opac-tmpl/prog/en/lib/jquery/plugins/jquery.metadata.min.js [new file with mode: 0644]
koha-tmpl/opac-tmpl/prog/en/modules/opac-user.tt