//fixed bug #PSCFV-475

This commit is contained in:
vAugagneur
2012-04-26 08:51:58 +00:00
parent ac13581b0b
commit c8b8bd1c7b
3 changed files with 10 additions and 6 deletions
+4 -1
View File
@@ -157,7 +157,10 @@ class AdminImportControllerCore extends AdminController
'active' => array('label' => $this->l('Active (0/1)')),
'name' => array('label' => $this->l('Name *')),
'parent' => array('label' => $this->l('Parent category')),
'is_root_category' => array('label' => $this->l('Root category? (0/1)')),
'is_root_category' => array(
'label' => $this->l('Root category (0/1)'),
'help' => $this->l('A category root is where a category tree can begin. This is used with multishop')
),
'description' => array('label' => $this->l('Description')),
'meta_title' => array('label' => $this->l('Meta-title')),
'meta_keywords' => array('label' => $this->l('Meta-keywords')),