// Some missing icons and multistore problems

This commit is contained in:
Jerome Nadaud
2013-09-25 19:00:29 +02:00
parent 336e29eb67
commit 56f27ae2c1
10 changed files with 26 additions and 20 deletions
@@ -149,7 +149,7 @@ class AdminPreferencesControllerCore extends AdminController
$this->fields_options = array(
'general' => array(
'title' => $this->l('General'),
'icon' => 'tab-preferences',
'icon' => 'icon-cogs',
'fields' => $fields,
'submit' => array('title' => $this->l('Save '), 'class' => 'button'),
),