// 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:
tDidierjean
2012-03-12 16:33:59 +00:00
parent ffeb21db50
commit 317e28d936
25 changed files with 31 additions and 31 deletions
@@ -32,7 +32,7 @@
{$smarty.block.parent}
{/block}
{block name="input_block"}
{block name="input"}
{if $input.type == "select_template"}
<div class="translatable">
{foreach $languages as $language}
@@ -65,7 +65,7 @@
{/if}
{/block}
{block name="field_block"}
{block name="field"}
{$smarty.block.parent}
{if $input.type == "select_template"}
</div>