From c1e6df873da45afe9c3c63f63a665e48d5453a36 Mon Sep 17 00:00:00 2001 From: Jerome Nadaud Date: Fri, 20 Sep 2013 17:02:44 +0200 Subject: [PATCH] // Fix birthday bootstrap design --- admin-dev/themes/default/template/helpers/form/form.tpl | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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'}