// stock : debug + interfaces optimizations + stockManager update

git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@10055 b9a71923-0436-4b27-9f14-aed3839534dd
This commit is contained in:
dSevere
2011-11-10 17:30:16 +00:00
parent ed1a1ab1c6
commit 321bca2989
17 changed files with 540 additions and 379 deletions
@@ -116,10 +116,10 @@ class AdminStockManagementControllerCore extends AdminController
switch ($this->display)
{
case 'addstock' :
$this->fields_form = array(
$this->fields_form[]['form'] = array(
'legend' => array(
'title' => $this->l('Add product to stock'),
'image' => '../img/admin/arrow_up.png'
'image' => '../img/admin/add_stock.png'
),
'input' => array(
array(
@@ -252,10 +252,10 @@ class AdminStockManagementControllerCore extends AdminController
break;
case 'removestock' :
$this->fields_form = array(
$this->fields_form[]['form'] = array(
'legend' => array(
'title' => $this->l('Remove product from stock'),
'image' => '../img/admin/arrow_down.png'
'image' => '../img/admin/remove_stock.png'
),
'input' => array(
array(
@@ -367,10 +367,10 @@ class AdminStockManagementControllerCore extends AdminController
break;
case 'transferstock' :
$this->fields_form = array(
$this->fields_form[]['form'] = array(
'legend' => array(
'title' => $this->l('Transfert product from warehouse to another'),
'image' => '../img/admin/arrow-right.png'
'image' => '../img/admin/transfer_stock.png'
),
'input' => array(
array(