Merge pull request #392 from ldecoker/patch-4

[-] [BO] : The div for colorAttributeProperties is not closed
This commit is contained in:
Gregory Roussac
2013-08-02 09:15:51 -07:00
2 changed files with 7 additions and 0 deletions
@@ -329,6 +329,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 '),