diff --git a/htdocs/public/test/test_arrays.php b/htdocs/public/test/test_arrays.php index 77d92e5d8eb..68140b80c4d 100644 --- a/htdocs/public/test/test_arrays.php +++ b/htdocs/public/test/test_arrays.php @@ -31,7 +31,7 @@ if (empty($usedolheader)) Test page - + @@ -39,7 +39,7 @@ if (empty($usedolheader)) - + @@ -53,8 +53,8 @@ if (empty($usedolheader)) } else { - $arraycss=array('/includes/jquery/plugins/datatables/css/jquery.dataTables.css'); - $arrayjs=array('/includes/jquery/plugins/datatables/js/jquery.dataTables.js'); + $arraycss=array('/includes/jquery/plugins/datatables/media/css/jquery.dataTables.css'); + $arrayjs=array('/includes/jquery/plugins/datatables/media/js/jquery.dataTables.js'); llxHeader('','','','',0,0,$arrayjs,$arraycss); } @@ -218,11 +218,11 @@ $(document).ready(function(){ }, "aaSorting": [[0,'desc']], "sDom": 'T<"clear">lfrtip', -/* To get flash tools +//To get flash tools "oTableTools": { - "sSwfPath": "" - } -*/ + "sSwfPath": "" + }, + /* To use in ajax mode "bProcessing": true, // Show "processing message" "bServerSide": true,