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'}