Summary: | Update DataTables configuration on patron statistics page | ||
---|---|---|---|
Product: | Koha | Reporter: | Owen Leonard <oleonard> |
Component: | Templates | Assignee: | 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: | ||
Circulation function: | |||
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
Created attachment 14797 [details] [review] 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. Created attachment 14813 [details] [review] 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> QA comment: * passes koha-qa * tiny template only patch passed QA 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> This patch has been pushed to master. |