// BO attributes

This commit is contained in:
Kevin Granger
2013-07-25 15:51:41 +02:00
parent f8ff755067
commit 488cf0919a
3 changed files with 23 additions and 11 deletions
@@ -27,18 +27,18 @@
{block name="label"}
{if $input.type == 'color'}
<div id="colorAttributeProperties" style="display:{if $colorAttributeProperties}block{else}none{/if};">
<div id="colorAttributeProperties" "{if !$colorAttributeProperties}style="display:none"{/if};">
{/if}
{$smarty.block.parent}
{/block}
{block name="field"}
{if $input.name == 'current_texture'}
<div class="margin-form">
<div class="col-lg-9">
{if isset($imageTextureExists) && $imageTextureExists}
<img src="{$imageTexture}" alt="{l s='Texture'}" />
{else}
{l s='None'}
<p>{l s='None'}</p>
{/if}
</div>
{else}