From 30dae3def2af68a207b21b8470d02c22b5fd564d Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Tue, 8 Apr 2014 23:28:26 +0200 Subject: [PATCH] Doc --- htdocs/core/lib/treeview.lib.php | 1 + 1 file changed, 1 insertion(+) diff --git a/htdocs/core/lib/treeview.lib.php b/htdocs/core/lib/treeview.lib.php index 2e87dfceea8..54093976a68 100644 --- a/htdocs/core/lib/treeview.lib.php +++ b/htdocs/core/lib/treeview.lib.php @@ -102,6 +102,7 @@ function tree_showpad(&$fulltree,$key,$silent=0) * $arrayofjs=array('/includes/jquery/plugins/jquerytreeview/jquery.treeview.js', * '/includes/jquery/plugins/jquerytreeview/lib/jquery.cookie.js'); * $arrayofcss=array('/includes/jquery/plugins/jquerytreeview/jquery.treeview.css'); + * TODO Replace with jstree plugin instead of treeview plugin. * * @param array $tab Array of all elements * @param int $pere Array with parent ids ('rowid'=>,'mainmenu'=>,'leftmenu'=>,'fk_mainmenu=>,'fk_leftmenu=>)