//fixed bug #PSCFV-475

git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@14893 b9a71923-0436-4b27-9f14-aed3839534dd
This commit is contained in:
vAugagneur
2012-04-26 08:51:58 +00:00
parent 7f2c9fe45e
commit c116695e74
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')),