// Rename tpl blocks
git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@14051 b9a71923-0436-4b27-9f14-aed3839534dd
This commit is contained in:
@@ -34,7 +34,7 @@
|
||||
{/if}
|
||||
{/block}
|
||||
|
||||
{block name="input_block"}
|
||||
{block name="input"}
|
||||
{if $input.type == 'radio' && $input.name == 'combination' && $input.disabled}
|
||||
<div class="warn">
|
||||
{l s='This feature can\'t be disabled because this is currently in use.'}
|
||||
@@ -43,7 +43,7 @@
|
||||
{$smarty.block.parent}
|
||||
{/block}
|
||||
|
||||
{block name="description_block"}
|
||||
{block name="description"}
|
||||
{$smarty.block.parent}
|
||||
{if $input.type == 'radio' && $input.name == 'combination'}
|
||||
<ul style="list-style-type:disc;margin:0 0 0 30px;">
|
||||
@@ -60,7 +60,7 @@
|
||||
{/if}
|
||||
{/block}
|
||||
|
||||
{block name="field_block"}
|
||||
{block name="field"}
|
||||
{$smarty.block.parent}
|
||||
{if $input.type == 'text' && $input.name == 'ps_cache_fs_directory_depth'}
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user