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}