From 488cf0919aaa9b3ee731d5e361c67dce6ddeb2f6 Mon Sep 17 00:00:00 2001 From: Kevin Granger Date: Thu, 25 Jul 2013 15:51:41 +0200 Subject: [PATCH] // BO attributes --- .../attributes/helpers/form/form.tpl | 6 +++--- .../default/template/helpers/form/form.tpl | 17 +++++++++++++++-- .../admin/AdminAttributesGroupsController.php | 11 +++++------ 3 files changed, 23 insertions(+), 11 deletions(-) diff --git a/admin-dev/themes/default/template/controllers/attributes/helpers/form/form.tpl b/admin-dev/themes/default/template/controllers/attributes/helpers/form/form.tpl index 365736bbd..1bb90cd1d 100644 --- a/admin-dev/themes/default/template/controllers/attributes/helpers/form/form.tpl +++ b/admin-dev/themes/default/template/controllers/attributes/helpers/form/form.tpl @@ -27,18 +27,18 @@ {block name="label"} {if $input.type == 'color'} -
+
{/if} {$smarty.block.parent} {/block} {block name="field"} {if $input.name == 'current_texture'} -
+
{if isset($imageTextureExists) && $imageTextureExists} {l s='Texture'} {else} - {l s='None'} +

{l s='None'}

{/if}
{else} diff --git a/admin-dev/themes/default/template/helpers/form/form.tpl b/admin-dev/themes/default/template/helpers/form/form.tpl index 97d337cd4..5fed98dcb 100644 --- a/admin-dev/themes/default/template/helpers/form/form.tpl +++ b/admin-dev/themes/default/template/helpers/form/form.tpl @@ -59,7 +59,19 @@