From 624fed3710d4c1bd5bf38c6b66c4676982fbfbd8 Mon Sep 17 00:00:00 2001 From: ldecoker Date: Tue, 16 Apr 2013 19:15:45 +0300 Subject: [PATCH] Update form.tpl --- .../template/controllers/attributes/helpers/form/form.tpl | 3 +++ 1 file changed, 3 insertions(+) diff --git a/admin-dev/themes/default/template/controllers/attributes/helpers/form/form.tpl b/admin-dev/themes/default/template/controllers/attributes/helpers/form/form.tpl index 365736bbd..fbe5a1ced 100644 --- a/admin-dev/themes/default/template/controllers/attributes/helpers/form/form.tpl +++ b/admin-dev/themes/default/template/controllers/attributes/helpers/form/form.tpl @@ -29,6 +29,9 @@ {if $input.type == 'color'}
{/if} + {if $input.type == 'closediv'} +
+ {/if} {$smarty.block.parent} {/block}