// Refactoring helper forms with new blocks

This commit is contained in:
tDidierjean
2012-03-07 16:34:25 +00:00
parent 3daa17239b
commit 65d051b5df
9 changed files with 339 additions and 342 deletions
@@ -66,12 +66,13 @@
</div>
{/block}
{block name="start_field_block"}
<div class="margin-form">
{block name="input_block"}
{if $input.type == 'select_category'}
<select name="{$input.name}">
{$input.options.html}
</select>
{else}
{$smarty.block.parent}
{/if}
{/block}