From 55d63e4b3a9d16cdd48df16bc4a9d165c4faded0 Mon Sep 17 00:00:00 2001 From: Owen Leonard Date: Tue, 22 Jan 2013 14:41:25 -0500 Subject: [PATCH] Bug 9449 [Revised] Use Datatables on staff client cart Content-Type: text/plain; charset="utf-8" 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. --- .../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' %] +