// Add new uploader helper to blockcategories

This commit is contained in:
Jerome Nadaud
2013-11-04 18:32:59 +01:00
parent d78a268730
commit bf2d54e286
5 changed files with 89 additions and 80 deletions
@@ -37,10 +37,6 @@
{else}
{$smarty.block.parent}
{/if}
{if $input.name == 'image'}
{$displayBackOfficeCategory}
{/if}
{/block}
{block name="description"}
{$smarty.block.parent}
@@ -52,4 +48,10 @@
{$input.customer}</p>
</div>
{/if}
{/block}
{block name="input_row"}
{$smarty.block.parent}
{if ($input.name == 'image')}
{$displayBackOfficeCategory}
{/if}
{/block}