This commit is contained in:
rGaillard
2011-07-06 12:45:27 +00:00
parent 8fc7f11014
commit ebfae73353
3 changed files with 16 additions and 9 deletions
-1
View File
@@ -36,7 +36,6 @@ class AdminAttributes extends AdminTab
$this->lang = true;
$this->edit = true;
$this->delete = true;
$this->shopLinkType = 'group_shop';
$this->fieldImageSettings = array('name' => 'texture', 'dir' => 'co');
parent::__construct();
-1
View File
@@ -45,7 +45,6 @@ class AdminAttributesGroups extends AdminTab
$this->fieldsDisplay = array(
'name' => array('title' => $this->l('Name'), 'width' => 140, 'filter_key' => 'b!name'),
'attribute' => array('title' => $this->l('Attributes'), 'width' => 240, 'orderby' => false, 'search' => false));
$this->shopLinkType = 'group_shop';
parent::__construct();
}