[*] BO : #PSFV-94 - added AdminSuppliersController

git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@9806 b9a71923-0436-4b27-9f14-aed3839534dd
This commit is contained in:
tDidierjean
2011-11-02 16:02:53 +00:00
parent d1088bde51
commit d638ff4496
15 changed files with 416 additions and 490 deletions
+3
View File
@@ -62,6 +62,8 @@ class HelperListCore extends Helper
protected $is_dnd_identifier = false;
public $toolbar = true;
/* Customize list display
*
* align : determine value alignment
@@ -538,6 +540,7 @@ class HelperListCore extends Helper
'table_dnd' => isset($table_dnd) ? $table_dnd : null,
'name' => isset($name) ? $name : null,
'name_id' => isset($name_id) ? $name_id : null,
'toolbar' => $this->toolbar
));
return $this->context->smarty->fetch(_PS_ADMIN_DIR_.'/themes/template/'.$this->header_tpl);