From d2dbb3e6c5d3c805546361af508294f7ede50a71 Mon Sep 17 00:00:00 2001 From: lLefevre Date: Wed, 1 Aug 2012 14:17:38 +0000 Subject: [PATCH] // Remove Smarty comments for use checkbox button --- admin-dev/themes/default/template/helpers/options/options.tpl | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/admin-dev/themes/default/template/helpers/options/options.tpl b/admin-dev/themes/default/template/helpers/options/options.tpl index 47f97c1f3..6cd0eadfb 100644 --- a/admin-dev/themes/default/template/helpers/options/options.tpl +++ b/admin-dev/themes/default/template/helpers/options/options.tpl @@ -105,13 +105,12 @@
{/foreach}
- {*{elseif $field['type'] == 'checkbox'} + {elseif $field['type'] == 'checkbox'} {foreach $field['choices'] AS $k => $v}
{/foreach}
- *} {elseif $field['type'] == 'text'} {if isset($field['suffix'])} {$field['suffix']|strval}{/if}