From a30d9539a23d4470b365707958619795995fd2fa 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 git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@16647 b9a71923-0436-4b27-9f14-aed3839534dd --- 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}