From 96c679c9b463ed6aee16739899b0f5a647cbed63 Mon Sep 17 00:00:00 2001 From: vAugagneur Date: Mon, 17 Sep 2012 09:30:16 +0000 Subject: [PATCH] [-] BO : fixed bug #PSCFV-3934 git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@17388 b9a71923-0436-4b27-9f14-aed3839534dd --- .../themes/default/template/helpers/form/form.tpl | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/admin-dev/themes/default/template/helpers/form/form.tpl b/admin-dev/themes/default/template/helpers/form/form.tpl index a70c06026..2f8a57789 100644 --- a/admin-dev/themes/default/template/helpers/form/form.tpl +++ b/admin-dev/themes/default/template/helpers/form/form.tpl @@ -128,7 +128,7 @@ {$input.required = false} {$input.desc = null} {else} - + {/foreach} {else} - + {/if} {elseif $input.type == 'checkbox'} {foreach $input.values.query as $value} @@ -226,6 +226,7 @@
@@ -248,11 +249,12 @@ {elseif $input.type == 'birthday'} {foreach $input.options as $key => $select} - {if $key == 'months'} {* @@ -299,6 +301,7 @@ {if isset($input.class)}class="{$input.class}" {else}class="color mColorPickerInput"{/if} name="{$input.name}" + class="{if isset($input.class)}{$input.class}{/if}" value="{$fields_value[$input.name]|escape:'htmlall':'UTF-8'}" /> {elseif $input.type == 'date'}