From 372ad4924bb9dc85caab3a6fe267f8ffc7d59709 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Sun, 17 May 2015 18:34:52 +0200 Subject: [PATCH] Add print_barre_liste into prototype. --- htdocs/public/test/test_arrays.php | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) 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