// Remove start_field and end_field blocks from options helper tpl
git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@14050 b9a71923-0436-4b27-9f14-aed3839534dd
This commit is contained in:
+3
-11
@@ -25,18 +25,10 @@
|
||||
*}
|
||||
|
||||
{extends file="helpers/options/options.tpl"}
|
||||
{block name="start_field_block"}
|
||||
{block name="input"}
|
||||
{if $field['type'] == 'disabled'}
|
||||
<div class="margin-form">
|
||||
{$field['disabled']}
|
||||
{$field['disabled']}
|
||||
{else}
|
||||
<div class="margin-form">
|
||||
{$smarty.block.parent}
|
||||
{/if}
|
||||
{/block}
|
||||
|
||||
{block name="end_field_block"}
|
||||
{if $field['type'] == 'checkbox_table'}
|
||||
<div class="clear"></div>
|
||||
<br />
|
||||
{/if}
|
||||
{/block}
|
||||
Reference in New Issue
Block a user