Bug 9464

Summary: Update DataTables configuration on patron statistics page
Product: Koha Reporter: Owen Leonard <oleonard>
Component: TemplatesAssignee: Owen Leonard <oleonard>
Status: CLOSED FIXED QA Contact: Paul Poulain <paul.poulain>
Severity: enhancement    
Priority: P5 - low CC: paul.poulain
Version: Main   
Hardware: All   
OS: All   
URL: /cgi-bin/koha/members/statistics.pl?borrowernumber=X
Change sponsored?: --- Patch complexity: Trivial patch
Documentation contact: Documentation submission:
Text to go in the release notes:
Version(s) released in:
Attachments: Bug 9464 - Update DataTables configuration on patron statistics page
Bug 9464 - Update DataTables configuration on patron statistics page
[PASSED QA] Bug 9464 - Update DataTables configuration on patron statistics page

Description Owen Leonard 2013-01-23 17:42:03 UTC
The patron statistics page still has a link to the old tablesorter plugin which should be removed. The DataTables configuration can be changed in such a way that empty filter boxes don't appear.
Comment 1 Owen Leonard 2013-01-23 17:45:19 UTC Comment hidden (obsolete)
Comment 2 Jonathan Druart 2013-01-24 11:03:14 UTC Comment hidden (obsolete)
Comment 3 Paul Poulain 2013-03-20 17:13:54 UTC
QA comment:
 * passes koha-qa
 * tiny template only patch

passed QA
Comment 4 Paul Poulain 2013-03-20 17:14:24 UTC
Created attachment 16552 [details] [review]
[PASSED QA] Bug 9464 - Update DataTables configuration on patron statistics page

This page removes an unnecessary link to the old tablesorter plugin and
changes the configuration details of the DataTables plugin so that an
empty filter box doesn't appear as dot above and below the table (an
empty <div> with a 1-pixel border).

To test, open the patron statistics page for a patron who has entries to
display. Sorting should work normally and no dots should be seen.

Signed-off-by: Jonathan Druart <jonathan.druart@biblibre.com>

Signed-off-by: Paul Poulain <paul.poulain@biblibre.com>
Comment 5 Jared Camins-Esakov 2013-03-20 19:29:36 UTC
This patch has been pushed to master.