From d7b2cc058faecdd1dd0b8f707f378785e2e2f3c5 Mon Sep 17 00:00:00 2001 From: Owen Leonard Date: Tue, 22 Jan 2013 14:41:25 -0500 Subject: [PATCH] Bug 9449 - 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. --- .../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..e23ba90 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' %] +