[*] BO : Added category tree to product list

This commit is contained in:
tDidierjean
2012-01-18 15:49:06 +00:00
parent e856fbc201
commit a07c3d3d72
4 changed files with 65 additions and 45 deletions
-3
View File
@@ -1431,10 +1431,8 @@ class AdminControllerCore extends Controller
$helper = new HelperList();
$this->setHelperDisplay($helper);
$this->tpl_list_vars['img_dir'] = 'toto';
$helper->tpl_vars = $this->tpl_list_vars;
$helper->tpl_delete_link_vars = $this->tpl_delete_link_vars;
// Check if list templates have been overriden
// For compatibility reasons, we have to check standard actions in class attributes
foreach ($this->actions_available as $action)
@@ -1538,7 +1536,6 @@ class AdminControllerCore extends Controller
// @todo : move that in Helper
$helper->title = $this->toolbar_title;
$helper->toolbar_btn = $this->toolbar_btn;
$helper->show_toolbar = $this->show_toolbar;
$helper->toolbar_fix = $this->toolbar_fix;
$helper->override_folder = $this->tpl_folder;