From 1b6a20056dca321ba7759b8216343a69e38506fa 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 --- .../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'}