//fixed bug #PSCFV-475
This commit is contained in:
@@ -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')),
|
||||
|
||||
Reference in New Issue
Block a user