From b360948f2a7b00106934af37e63aec234f02cd7c Mon Sep 17 00:00:00 2001 From: Owen Leonard Date: Tue, 22 Jan 2013 14:41:25 -0500 Subject: [PATCH] [SIGNED-OFF] Bug 9449 [Revised] Use Datatables on staff client cart Replace the tablesorter plugin with the DataTables plugin in the staff client cart. To test, add multiple items to the Cart in the staff client. View the cart and confirm that table sorting works correctly. In this configuration there should be no pager and no results filtering. Revision corrects template path to datatables assets. Signed-off-by: Bernardo Gonzalez Kriegel Comment: Sorting works, but sorting removed on Location column. No errors. --- .../intranet-tmpl/prog/en/modules/basket/basket.tt | 16 ++++++++++++---- 1 file changed, 12 insertions(+), 4 deletions(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/basket/basket.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/basket/basket.tt index 9989194..a7f767f 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/basket/basket.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/basket/basket.tt @@ -10,7 +10,10 @@ [% ELSE %][% INCLUDE 'doc-head-close.inc' %] - + + +[% INCLUDE 'datatables-strings.inc' %] +