Bug 9477

Summary: Use Datatables on notices page
Product: Koha Reporter: Owen Leonard <oleonard>
Component: TemplatesAssignee: Owen Leonard <oleonard>
Status: CLOSED FIXED QA Contact: Jonathan Druart <jonathan.druart>
Severity: enhancement    
Priority: P5 - low CC: jonathan.druart
Version: master   
Hardware: All   
OS: All   
URL: /cgi-bin/koha/tools/letter.pl
Change sponsored?: --- Patch complexity: Trivial patch
Documentation contact: Documentation submission:
Text to go in the release notes:
Version(s) released in:
Attachments: Bug 9477 - Use Datatables on notices page
Bug 9477 - Use DataTables on notices page
Bug 9477 - Use DataTables on notices page

Description Owen Leonard 2013-01-24 01:49:50 UTC
The notices page uses the old tablesorter plugin. It should use the DataTables plugin instead.
Comment 1 Owen Leonard 2013-01-24 01:52:25 UTC Comment hidden (obsolete)
Comment 2 Galen Charlton 2013-02-07 00:38:16 UTC Comment hidden (obsolete)
Comment 3 Jonathan Druart 2013-02-07 11:07:36 UTC
QA Comment:
Replace the tablesorter plugin with datatable.
Marked as Passed QA.
Comment 4 Jonathan Druart 2013-02-07 11:07:49 UTC
Created attachment 15132 [details] [review]
Bug 9477 - Use DataTables on notices page

Replace the tablesorter plugin with the DataTables plugin on the
notices page.

To test, open the notices page (Tools -> Notices and Slips). Confirm
that table sorting works correctly.

Signed-off-by: Galen Charlton <gmc@esilibrary.com>
Signed-off-by: Jonathan Druart <jonathan.druart@biblibre.com>
Amended patch: add the no-wrap style in order to keep the same display
as before.
Comment 5 Jared Camins-Esakov 2013-02-07 12:37:20 UTC
This patch has been pushed to master.