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

This commit is contained in:
tDidierjean
2011-11-02 16:02:53 +00:00
parent 9981eda42a
commit 4b45252b1f
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);