git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@9971 b9a71923-0436-4b27-9f14-aed3839534dd
This commit is contained in:
bMancone
2011-11-08 16:02:08 +00:00
parent 7f117d226f
commit ed01281fca
9 changed files with 20 additions and 5 deletions
@@ -24,4 +24,4 @@
* International Registered Trademark & Property of PrestaShop SA
*}
<a href="{$href}">
<img src="../img/admin/arrow_up.png" alt="{$action}" title="{$action}" /></a>
<img src="../img/admin/add_stock.png" alt="{$action}" title="{$action}" /></a>
@@ -24,4 +24,4 @@
* International Registered Trademark & Property of PrestaShop SA
*}
<a href="{$href}">
<img src="../img/admin/arrow_down.png" alt="{$action}" title="{$action}" /></a>
<img src="../img/admin/remove_stock.png" alt="{$action}" title="{$action}" /></a>
@@ -24,4 +24,4 @@
* International Registered Trademark & Property of PrestaShop SA
*}
<a href="{$href}">
<img src="../img/admin/arrow-right.png" alt="{$action}" title="{$action}" /></a>
<img src="../img/admin/transfer_stock.png" alt="{$action}" title="{$action}" /></a>
+17 -2
View File
@@ -55,8 +55,8 @@ class AdminStockMvtControllerCore extends AdminController
'-1' => $this->l('Decrement'),
),
'icon' => array(
-1 => 'arrow_down.png',
1 => 'arrow_up.png'
-1 => 'remove_stock.png',
1 => 'add_stock.png'
),
'orderby' => false
),
@@ -217,6 +217,21 @@ class AdminStockMvtControllerCore extends AdminController
'width' => 200,
'havingFilter' => true
),
'sign' => array(
'title' => $this->l('Sign'),
'width' => 100,
'align' => 'center',
'type' => 'select',
'filter_key' => 'a!sign',
'list' => array(
'1' => $this->l('Increment'),
'-1' => $this->l('Decrement'),
),
'icon' => array(
-1 => 'remove_stock.png',
1 => 'add_stock.png'
),
),
'physical_quantity' => array(
'title' => $this->l('Quantity'),
'width' => 40,
Binary file not shown.

After

Width:  |  Height:  |  Size: 796 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 755 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.7 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 563 B

After

Width:  |  Height:  |  Size: 622 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.7 KiB

After

Width:  |  Height:  |  Size: 416 B