diff --git a/admin-dev/themes/template/products/informations.tpl b/admin-dev/themes/template/products/informations.tpl
index 977372597..511379730 100644
--- a/admin-dev/themes/template/products/informations.tpl
+++ b/admin-dev/themes/template/products/informations.tpl
@@ -1,88 +1,30 @@
-
-
1. {l s='Info.'}
-
-
{l s='Product global information'}
-
-
-
+ updateMvtStatus($(this).val());
+ });
+ function updateMvtStatus(id_mvt_reason)
+ {
+ if (id_mvt_reason == -1)
+ return $('#mvt_sign').hide();
+ if ($('#id_mvt_reason option:selected').attr('rel') == -1)
+ $('#mvt_sign').html('

{l s='Decrease your stock'}');
+ else
+ $('#mvt_sign').html('

{l s='Increase your stock'}');
+ $('#mvt_sign').show();
+ }
+
+
+
{* global information *}
@@ -107,13 +49,6 @@
{l s='Special characters allowed:' }.-_#\
-
|
@@ -202,24 +137,13 @@
|
-
{* [begin] pack product *}
+
-
-{* [end] pack product *}
-
-{* [begin] specific / detailled information *}
@@ -387,7 +191,8 @@ $(document).ready(function(){
{* [begin] physical product infos *}
productDownload->id && $product->productDownload->active}style="display:none"{/if} >
-
+
+
|
@@ -521,54 +326,6 @@ $(document).ready(function(){
|
-
@@ -1040,12 +797,3 @@ var accessories = new Array();
toggleVirtualProduct(getE('is_virtual_good'));
unitPriceWithTax('unit');
-
-
-
-
-
diff --git a/admin-dev/themes/template/products/prices.tpl b/admin-dev/themes/template/products/prices.tpl
index 3ed153fec..5b9bcda72 100644
--- a/admin-dev/themes/template/products/prices.tpl
+++ b/admin-dev/themes/template/products/prices.tpl
@@ -1,5 +1,5 @@
-
{l s='Current specific prices'}
+
{l s='Product price'}