From f53c2a9be473d72b472c63a4f333a64df8df8e00 Mon Sep 17 00:00:00 2001 From: Owen Leonard Date: Wed, 23 Jan 2013 10:57:09 -0500 Subject: [PATCH] Bug 9459 - Use DataTables on hold ratios report page Content-Type: text/plain; charset="utf-8" Replace the tablesorter plugin with the DataTables plugin on the hold ratios report page. To test, open the hold ratios report (Circulation -> Hold ratios). Confirm that table sorting works correctly. --- .../prog/en/modules/circ/reserveratios.tt | 21 +++++++++----------- 1 file changed, 9 insertions(+), 12 deletions(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/reserveratios.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/circ/reserveratios.tt index 33deaa9..e264ba7 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/reserveratios.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/circ/reserveratios.tt @@ -2,15 +2,12 @@ Koha › Circulation › Hold ratios [% INCLUDE 'doc-head-close.inc' %] [% INCLUDE 'calendar.inc' %] - + + +[% INCLUDE 'datatables-strings.inc' %] + -- 1.7.9.5