From 2cc6fe821b2dcf65fbaff10f63b2fa85f8578e41 Mon Sep 17 00:00:00 2001 From: Jerome Nadaud Date: Thu, 26 Sep 2013 14:56:24 +0200 Subject: [PATCH] // Bootstraping template form checkbox --- .../default/template/helpers/form/form.tpl | 22 ++++++++++--------- 1 file changed, 12 insertions(+), 10 deletions(-) diff --git a/admin-dev/themes/default/template/helpers/form/form.tpl b/admin-dev/themes/default/template/helpers/form/form.tpl index d831052c0..28f7d56f4 100644 --- a/admin-dev/themes/default/template/helpers/form/form.tpl +++ b/admin-dev/themes/default/template/helpers/form/form.tpl @@ -414,16 +414,18 @@ {elseif $input.type == 'checkbox'} {foreach $input.values.query as $value} {assign var=id_checkbox value=$input.name|cat:'_'|cat:$value[$input.values.id]} -
- +
+
+ +
{/foreach} {elseif $input.type == 'file'}