',
)
);
}
diff --git a/controllers/admin/AdminImagesController.php b/controllers/admin/AdminImagesController.php
index 476e6cb21..4f2aa9c48 100644
--- a/controllers/admin/AdminImagesController.php
+++ b/controllers/admin/AdminImagesController.php
@@ -68,7 +68,7 @@ class AdminImagesControllerCore extends AdminController
$this->fields_options = array(
'images' => array(
'title' => $this->l('images'),
- 'icon' => 'tab-orders',
+ 'icon' => 'icon-picture',
'top' => '',
'bottom' => '',
'description' => $this->l('JPEG images have a small file size and standard quality. PNG images have a larger file size, a higher quality and support transparency. Note that in all cases the image files will have the .jpg extension.').'
diff --git a/controllers/admin/AdminLogsController.php b/controllers/admin/AdminLogsController.php
index eb700cdce..cf6d2bcb6 100644
--- a/controllers/admin/AdminLogsController.php
+++ b/controllers/admin/AdminLogsController.php
@@ -48,6 +48,7 @@ class AdminLogsControllerCore extends AdminController
$this->fields_options = array(
'general' => array(
'title' => $this->l('Logs by email'),
+ 'icon' => 'icon-envelope',
'fields' => array(
'PS_LOGS_BY_EMAIL' => array(
'title' => $this->l('Minimum severity level'),
diff --git a/controllers/admin/AdminOrderPreferencesController.php b/controllers/admin/AdminOrderPreferencesController.php
index be31fa1e5..0008a7afd 100644
--- a/controllers/admin/AdminOrderPreferencesController.php
+++ b/controllers/admin/AdminOrderPreferencesController.php
@@ -57,7 +57,7 @@ class AdminOrderPreferencesControllerCore extends AdminController
$this->fields_options = array(
'general' => array(
'title' => $this->l('General'),
- 'icon' => 'tab-preferences',
+ 'icon' => 'icon-cogs',
'fields' => array(
'PS_ORDER_PROCESS_TYPE' => array(
'title' => $this->l('Order process type'),
@@ -120,7 +120,7 @@ class AdminOrderPreferencesControllerCore extends AdminController
),
'gift' => array(
'title' => $this->l('Gift options'),
- 'icon' => 'tab-preferences',
+ 'icon' => 'icon-gift',
'fields' => array(
'PS_GIFT_WRAPPING' => array(
'title' => $this->l('Offer gift wrapping'),
diff --git a/controllers/admin/AdminPreferencesController.php b/controllers/admin/AdminPreferencesController.php
index bfaba03c8..8ae4f26d7 100644
--- a/controllers/admin/AdminPreferencesController.php
+++ b/controllers/admin/AdminPreferencesController.php
@@ -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'),
),
diff --git a/controllers/admin/AdminSearchConfController.php b/controllers/admin/AdminSearchConfController.php
index 7d9c0f10b..340af6a71 100644
--- a/controllers/admin/AdminSearchConfController.php
+++ b/controllers/admin/AdminSearchConfController.php
@@ -62,18 +62,18 @@ class AdminSearchConfControllerCore extends AdminController
$this->fields_options = array(
'indexation' => array(
'title' => $this->l('Indexation'),
- 'icon' => 'search',
+ 'icon' => 'icon-cogs',
'info' =>
$this->l('The "indexed" products have been analyzed by PrestaShop and will appear in the results of a Front Office search.').'
'.$this->l('Indexed products').' '.(int)$indexed.' / '.(int)$total.'.
'.$this->l('Building the product index may take a few minutes.')
.$this->l('If your server stops before the process ends, you can resume the indexation by clicking "Add missing products."').'
- '.$this->l('You can set a cron job that will rebuild your index using the following URL:').' '.$cron_url.'',
+ '.$this->l('You can set a cron job that will rebuild your index using the following URL:').' '.$cron_url.'',
'fields' => array(
'PS_SEARCH_INDEXATION' => array(
'title' => $this->l('Indexation'),
@@ -86,7 +86,7 @@ class AdminSearchConfControllerCore extends AdminController
),
'search' => array(
'title' => $this->l('Search'),
- 'icon' => 'search',
+ 'icon' => 'icon-search',
'fields' => array(
'PS_SEARCH_AJAX' => array(
'title' => $this->l('Ajax search'),
@@ -126,7 +126,7 @@ class AdminSearchConfControllerCore extends AdminController
),
'relevance' => array(
'title' => $this->l('Weight'),
- 'icon' => 'weight',
+ 'icon' => 'icon-cogs',
'info' =>
$this->l('The "weight" represents its importance and relevance for the ranking of the products when completing a new search.').'
'.$this->l('A word with a weight of eight will have four times more value than a word with a weight of two.').'