// Renaming options to fields_options

This commit is contained in:
tDidierjean
2012-03-29 16:14:14 +00:00
parent 69afa5719d
commit e0664df6f8
31 changed files with 47 additions and 48 deletions

View File

@@ -34,7 +34,7 @@ class AdminLocalizationControllerCore extends AdminController
parent::__construct();
$this->options = array(
$this->fields_options = array(
'general' => array(
'title' => $this->l('Configuration'),
'fields' => array(
@@ -130,7 +130,7 @@ class AdminLocalizationControllerCore extends AdminController
);
if (function_exists('date_default_timezone_set'))
$this->options['general']['fields']['PS_TIMEZONE'] = array(
$this->fields_options['general']['fields']['PS_TIMEZONE'] = array(
'title' => $this->l('Time Zone.'),
'validation' => 'isAnything',
'type' => 'select',