// Renaming options to fields_options

git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@14374 b9a71923-0436-4b27-9f14-aed3839534dd
This commit is contained in:
tDidierjean
2012-03-29 16:14:14 +00:00
parent e1adee2f3e
commit 59547b2914
31 changed files with 47 additions and 48 deletions
+2 -2
View File
@@ -60,7 +60,7 @@ class AdminStoresControllerCore extends AdminController
$this->bulk_actions = array('delete' => array('text' => $this->l('Delete selected'), 'confirm' => $this->l('Delete selected items?')));
$this->options = array(
$this->fields_options = array(
'general' => array(
'title' => $this->l('Parameters'),
'fields' => array(
@@ -523,7 +523,7 @@ class AdminStoresControllerCore extends AdminController
if (!isset($fields[$key]))
$fields[$key] = $formFields[$key];
$this->options['contact'] = array(
$this->fields_options['contact'] = array(
'title' => $this->l('Contact details'),
'icon' => 'tab-contact',
'fields' => $fields,