From fe047078a1a479e375737843cc9e7e3072363d3b Mon Sep 17 00:00:00 2001 From: tDidierjean Date: Fri, 24 Feb 2012 09:29:25 +0000 Subject: [PATCH] // form.tpl cleanup git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@13587 b9a71923-0436-4b27-9f14-aed3839534dd --- .../default/template/helpers/form/form.tpl | 37 +++---------------- 1 file changed, 6 insertions(+), 31 deletions(-) diff --git a/admin-dev/themes/default/template/helpers/form/form.tpl b/admin-dev/themes/default/template/helpers/form/form.tpl index 1f23170b7..0b95620a8 100644 --- a/admin-dev/themes/default/template/helpers/form/form.tpl +++ b/admin-dev/themes/default/template/helpers/form/form.tpl @@ -62,9 +62,7 @@
{/if} {block name="label"} - {if isset($input.label)} - - {/if} + {if isset($input.label)}{/if} {/block} {if $input.type == 'hidden'} @@ -220,10 +218,7 @@ {/if} {elseif $input.type == 'radio'} {foreach $input.values as $value} -