diff --git a/admin-dev/themes/template/attributes/form.tpl b/admin-dev/themes/template/attributes/form.tpl
index 2ee73b654..9de6e6359 100644
--- a/admin-dev/themes/template/attributes/form.tpl
+++ b/admin-dev/themes/template/attributes/form.tpl
@@ -23,9 +23,27 @@
* @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
* International Registered Trademark & Property of PrestaShop SA
*}
+
{extends file="helper/form/form.tpl"}
-{block name=script}
+{block name="label"}
+ {if $input.type == 'color'}
+
+ {/if}
+ {if isset($input.label)}
+
+ {/if}
+{/block}
+
+
+{block name="end_field_block"}
+ {if $input.type == 'text' && $input.name == 'texture'}
+
+ {/if}
+
+{/block}
+
+{block name="script"}
var attributesGroups = {ldelim}{$strAttributesGroups}{rdelim};
$('#id_attribute_group').change(function() {
var val = $(this).val();
diff --git a/admin-dev/themes/template/logs/list_header.tpl b/admin-dev/themes/template/logs/list_header.tpl
index c3cbacae6..1e0b13806 100644
--- a/admin-dev/themes/template/logs/list_header.tpl
+++ b/admin-dev/themes/template/logs/list_header.tpl
@@ -31,7 +31,7 @@