diff --git a/admin-dev/themes/default/template/controllers/products/informations.tpl b/admin-dev/themes/default/template/controllers/products/informations.tpl
index b29963145..ab9cb90d2 100644
--- a/admin-dev/themes/default/template/controllers/products/informations.tpl
+++ b/admin-dev/themes/default/template/controllers/products/informations.tpl
@@ -120,7 +120,7 @@
-
@@ -298,7 +298,7 @@
{include file="controllers/products/multishop/checkbox.tpl" field="description_short" type="tinymce" multilang="true"}
-
+
{l s='Short description:'}
@@ -316,7 +316,7 @@
{include file="controllers/products/multishop/checkbox.tpl" field="description" type="tinymce" multilang="true"}
-
+
{l s='Description:'}
@@ -383,7 +383,7 @@
-
+
{l s='Image tag to insert:'}
@@ -398,7 +398,7 @@
{/if}
-
+
{l s='Tags:'}
diff --git a/admin-dev/themes/default/template/controllers/products/prices.tpl b/admin-dev/themes/default/template/controllers/products/prices.tpl
index d023f8342..e85f59ef3 100644
--- a/admin-dev/themes/default/template/controllers/products/prices.tpl
+++ b/admin-dev/themes/default/template/controllers/products/prices.tpl
@@ -114,7 +114,7 @@ $(document).ready(function () {
{include file="controllers/products/multishop/checkbox.tpl" field="wholesale_price" type="default"}
-
+
{l s='Pre-tax wholesale price:'}
@@ -129,7 +129,7 @@ $(document).ready(function () {
{include file="controllers/products/multishop/checkbox.tpl" field="price" type="price"}
-
+
{l s='Pre-tax retail price:'}
@@ -216,7 +216,7 @@ $(document).ready(function () {
{include file="controllers/products/multishop/checkbox.tpl" field="unit_price" type="unit_price"}
-
+
{l s='Unit price:'}
diff --git a/admin-dev/themes/default/template/controllers/products/seo.tpl b/admin-dev/themes/default/template/controllers/products/seo.tpl
index d1c24aabd..06988f2da 100644
--- a/admin-dev/themes/default/template/controllers/products/seo.tpl
+++ b/admin-dev/themes/default/template/controllers/products/seo.tpl
@@ -29,7 +29,7 @@
{include file="controllers/products/multishop/checkbox.tpl" field="meta_title" type="default" multilang="true"}
-
+
{l s='Meta title:'}
@@ -47,7 +47,7 @@
{include file="controllers/products/multishop/checkbox.tpl" field="meta_description" type="default" multilang="true"}
-
+
{l s='Meta description:'}
@@ -66,7 +66,7 @@
{include file="controllers/products/multishop/checkbox.tpl" field="meta_keywords" type="default" multilang="true"}
-
+
{l s='Meta keywords:'}
@@ -83,7 +83,7 @@
{include file="controllers/products/multishop/checkbox.tpl" field="link_rewrite" type="default" multilang="true"}
-
+
{l s='Friendly URL:'}
diff --git a/controllers/admin/AdminProductsController.php b/controllers/admin/AdminProductsController.php
index b26fcd80b..9af8ed58f 100644
--- a/controllers/admin/AdminProductsController.php
+++ b/controllers/admin/AdminProductsController.php
@@ -3021,6 +3021,7 @@ class AdminProductsControllerCore extends AdminController
$data->assign(array(
'product' => $product,
'languages' => $this->_languages,
+ 'id_lang' => $this->context->language->id,
'ps_ssl_enabled' => Configuration::get('PS_SSL_ENABLED'),
'curent_shop_url' => $this->context->shop->getBaseURL()
));