diff --git a/htdocs/public/test/test_arrays.php b/htdocs/public/test/test_arrays.php
index c2be96b4468..25255880bdd 100644
--- a/htdocs/public/test/test_arrays.php
+++ b/htdocs/public/test/test_arrays.php
@@ -112,7 +112,7 @@ This page is a sample of page using tables. It is designed to make test with
-
Example 1 : Standard table/thead/tbody/tr/th-td (no class pair/impair on td) => Use this if you need the drag and drop for lines
+
Example 1 : Standard table/thead/tbody/tr/th-td (no class pair/impair on td) => Use this if you need the drag and drop for lines or for long result tables
use_javascript_ajax)) include DOL_DOCUMENT_ROOT.'/core/tpl/ajaxrow.tpl.php';
+
+print_barre_liste('Title of my list', 3, $_SERVER["PHP_SELF"], '', '', '', 'Text in middle', 20, 5000, '', 0, $nav);
+
?>
@@ -138,7 +141,7 @@ if (! empty($conf->use_javascript_ajax)) include DOL_DOCUMENT_ROOT.'/core/tpl/aj
-
Example 2 : Table using tags: table/thead/tbody/tr/th-td + dataTable => Use this for long result tables
+
Example 2 : Table using tags: table/thead/tbody/tr/th-td + dataTable => Use this for short result tables