From 624fed3710d4c1bd5bf38c6b66c4676982fbfbd8 Mon Sep 17 00:00:00 2001 From: ldecoker Date: Tue, 16 Apr 2013 19:15:45 +0300 Subject: [PATCH 1/2] 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} From 34644ee6ebc6fd8400a0be47a379a5d8afe8c584 Mon Sep 17 00:00:00 2001 From: ldecoker Date: Tue, 16 Apr 2013 19:17:51 +0300 Subject: [PATCH 2/2] Update AdminAttributesGroupsController.php --- controllers/admin/AdminAttributesGroupsController.php | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/controllers/admin/AdminAttributesGroupsController.php b/controllers/admin/AdminAttributesGroupsController.php index 26c53cc83..e4e66d4aa 100644 --- a/controllers/admin/AdminAttributesGroupsController.php +++ b/controllers/admin/AdminAttributesGroupsController.php @@ -328,6 +328,10 @@ class AdminAttributesGroupsControllerCore extends AdminController 'label' => $this->l('Current texture:'), 'name' => 'current_texture' ); + + $this->fields_form['input'][] = array( + 'type' => 'closediv' + ); $this->fields_form['submit'] = array( 'title' => $this->l('Save '),