diff --git a/admin-dev/themes/default/template/helpers/form/form.tpl b/admin-dev/themes/default/template/helpers/form/form.tpl index 6a1112dde..1af7f4c5d 100644 --- a/admin-dev/themes/default/template/helpers/form/form.tpl +++ b/admin-dev/themes/default/template/helpers/form/form.tpl @@ -423,7 +423,9 @@ value="" {if isset($input.autocomplete) && !$input.autocomplete}autocomplete="off"{/if} /> {elseif $input.type == 'birthday'} +
{foreach $input.options as $key => $select} +
+
{/foreach} +
{elseif $input.type == 'group'} {assign var=groups value=$input.values} {include file='helpers/form/form_group.tpl'}