[+] BO : now you can choose type of attribute group (select , color, radio)

This commit is contained in:
vAugagneur
2011-09-21 14:29:32 +00:00
parent 807bb78af1
commit 4a8edb119f
15 changed files with 204 additions and 146 deletions
+1 -1
View File
@@ -63,7 +63,7 @@ class AdminAttributes extends AdminTab
<script type="text/javascript">
var attributesGroups = {';
foreach ($attributes_groups AS $attribute_group)
$strAttributesGroups .= '"'.$attribute_group['id_attribute_group'].'" : '.$attribute_group['is_color_group'].',';
$strAttributesGroups .= '"'.$attribute_group['id_attribute_group'].'" : '.($attribute_group['group_type'] == 'color' ? '1' : '0' ) .',';
echo $strAttributesGroups.'};
</script>
<form action="'.self::$currentIndex.'&submitAdd'.$this->table.'=1&token='.($token ? $token : $this->token).'" method="post" enctype="multipart/form-data">