From 45d81f4e047a37f841a386d21eebd2d132ff0d99 Mon Sep 17 00:00:00 2001 From: vAugagneur Date: Wed, 1 Aug 2012 12:58:58 +0000 Subject: [PATCH] //Added more info on category for shop configuration --- controllers/admin/AdminShopController.php | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/controllers/admin/AdminShopController.php b/controllers/admin/AdminShopController.php index 9ed4e834f..2299cd9a2 100755 --- a/controllers/admin/AdminShopController.php +++ b/controllers/admin/AdminShopController.php @@ -378,6 +378,7 @@ class AdminShopControllerCore extends AdminController $this->fields_form['input'][] = array( 'type' => 'select', 'label' => $this->l('Category root:'), + 'desc' => $this->l('This is the root category of the store that you create. To define a new root category for your store').' '.$this->l('Click here').'', 'name' => 'id_category', 'options' => array( 'query' => $categories, @@ -397,7 +398,8 @@ class AdminShopControllerCore extends AdminController 'type' => 'categories_select', 'name' => 'categoryBox', 'label' => $this->l('Associated categories:'), - 'category_tree' => $this->initCategoriesAssociation($parent) + 'category_tree' => $this->initCategoriesAssociation($parent), + 'desc' => $this->l('By selecting categories associated, you choose to share the categories between different shops. Once associated between the shops, any alteration of an associated category will impact all the shops for which those categories will be associated.') ); /*$this->fields_form['input'][] = array( 'type' => 'radio',