diff --git a/admin-dev/themes/template/helper/list/list_header.tpl b/admin-dev/themes/template/helper/list/list_header.tpl
index 0079d85d8..8316cd40b 100644
--- a/admin-dev/themes/template/helper/list/list_header.tpl
+++ b/admin-dev/themes/template/helper/list/list_header.tpl
@@ -148,6 +148,8 @@
+ {else}
+
{/if}
{/foreach}
@@ -161,7 +163,7 @@
{/if}
{if $has_actions}
-
{l s='Actions'} |
+ {l s='Actions'} |
{/if}
{if !$simple_header}
diff --git a/admin-dev/themes/template/products/associations.tpl b/admin-dev/themes/template/products/associations.tpl
index 28132ebb4..9e082eca0 100644
--- a/admin-dev/themes/template/products/associations.tpl
+++ b/admin-dev/themes/template/products/associations.tpl
@@ -61,7 +61,7 @@
{if $feature_shop_active}
{* @todo use asso_shop from Helper *}
- |
+ |
{$displayAssoShop} |
{/if}
@@ -71,19 +71,25 @@
|
-
- {* @todo : donot use 3 foreach, but assign var *}
- {foreach from=$accessories item=accessory}
- {$accessory.name|htmlentitiesUTF8}{if !empty($accessory.reference)}{$accessory.reference}{/if} 
- {/foreach}
-
- {l s='Begin typing the first letters of the product name, then select the product from the drop-down list:'}
-
- 
+
+ {l s='Begin typing the first letters of the product name, then select the product from the drop-down list:'}
+
+
+
+
+
+
+ {* @todo : donot use 3 foreach, but assign var *}
+ {foreach from=$accessories item=accessory}
+ {$accessory.name|htmlentitiesUTF8}{if !empty($accessory.reference)}{$accessory.reference}{/if}
+
+
+
+ {/foreach}
|
diff --git a/admin-dev/themes/template/products/combinations.tpl b/admin-dev/themes/template/products/combinations.tpl
index aa1ac4c7f..9e7aed62e 100644
--- a/admin-dev/themes/template/products/combinations.tpl
+++ b/admin-dev/themes/template/products/combinations.tpl
@@ -156,11 +156,11 @@
- {l s='Delete this file'}
+ {l s='Delete this file'}
{if $up_filename}
{/if}
diff --git a/admin-dev/themes/template/products/form.tpl b/admin-dev/themes/template/products/form.tpl
index 3417e57d5..dcb7cd280 100644
--- a/admin-dev/themes/template/products/form.tpl
+++ b/admin-dev/themes/template/products/form.tpl
@@ -51,7 +51,7 @@
count = stripHTML(textarea_value).length;
rest = max - count;
if (rest < 0)
- textarea.parent('div').find('span.counter').html('{l s="Maximum"} '+max+' {l s=' characters'} : '+rest+'');
+ textarea.parent('div').find('span.counter').html('{l s='Maximum'} '+max+' {l s=' characters'} : '+rest+'');
else
textarea.parent('div').find('span.counter').html(' ');
}
diff --git a/admin-dev/themes/template/products/informations.tpl b/admin-dev/themes/template/products/informations.tpl
index 9b854d8e2..c99215924 100644
--- a/admin-dev/themes/template/products/informations.tpl
+++ b/admin-dev/themes/template/products/informations.tpl
@@ -83,7 +83,7 @@