From 114605b1b9edc8190932afacc32ce0d1a2edfbe8 Mon Sep 17 00:00:00 2001 From: Owen Leonard Date: Wed, 20 Mar 2013 15:16:59 -0400 Subject: [PATCH] Bug 9877 - Use DataTables on funds administration page Replace the tablesorter plugin with the DataTables plugin on the funds administration page. To test, open the funds administration page (Administration -> Funds). Confirm that table sorting, paging, and searching works correctly. Note that the table is sorted only when hierarchical display of parent and child funds is not enabled. When the hierarchicial display is enabled the table sorter is not triggered. Signed-off-by: Pierre Angot --- .../prog/en/modules/admin/aqbudgets.tt | 25 +++++++++++++------ 1 files changed, 17 insertions(+), 8 deletions(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/aqbudgets.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/aqbudgets.tt index af0f086..3a7a6e1 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/aqbudgets.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/aqbudgets.tt @@ -136,10 +136,16 @@ //]]> [% ELSE %] - + [% IF ( notree ) %] + + + [% INCLUDE 'datatables-strings.inc' %] + + [% ELSE %] + + + [% END %] - -