[-] BO : added import button on listing

This commit is contained in:
vAugagneur
2012-12-10 10:14:03 +01:00
parent 7e6d94053b
commit ae7569bde3
7 changed files with 31 additions and 3 deletions
@@ -2214,6 +2214,7 @@ class AdminProductsControllerCore extends AdminController
public function initToolbar()
{
parent::initToolbar();
if ($this->display == 'edit' || $this->display == 'add')
{
if ($product = $this->loadObject(true))
@@ -2281,8 +2282,12 @@ class AdminProductsControllerCore extends AdminController
}
}
}
parent::initToolbar();
else
$this->toolbar_btn['import'] = array(
'href' => $this->context->link->getAdminLink('AdminImport', true).'&import_type='.$this->table,
'desc' => $this->l('Import')
);
$this->context->smarty->assign('toolbar_scroll', 1);
$this->context->smarty->assign('show_toolbar', 1);
$this->context->smarty->assign('toolbar_btn', $this->toolbar_btn);