diff --git a/pandora_console/operation/tree.php b/pandora_console/operation/tree.php index ed798ae47e..d941324600 100755 --- a/pandora_console/operation/tree.php +++ b/pandora_console/operation/tree.php @@ -513,24 +513,24 @@ if (enterprise_include_once('include/functions_policies.php') !== ENTERPRISE_NOT $img_style = array ("class" => "top", "width" => 16); $activeTab = get_parameter('sort_by','group'); -$os_tab = array('text' => "" +$os_tab = array('text' => "" . html_print_image ("images/operating_system.png", true, array ("title" => __('OS'))) . "", 'active' => $activeTab == "os"); -$group_tab = array('text' => "" +$group_tab = array('text' => "" . html_print_image ("images/group.png", true, array ("title" => __('Groups'))) . "", 'active' => $activeTab == "group"); -$module_group_tab = array('text' => "" +$module_group_tab = array('text' => "" . html_print_image ("images/module_group.png", true, array ("title" => __('Module groups'))) . "", 'active' => $activeTab == "module_group"); if ($enterpriseEnable) { - $policies_tab = array('text' => "" + $policies_tab = array('text' => "" . html_print_image ("images/policies_mc.png", true, array ("title" => __('Policies'))) . "", 'active' => $activeTab == "policies"); } else { $policies_tab = ''; } -$module_tab = array('text' => "" +$module_tab = array('text' => "" . html_print_image("images/brick.png", true, array("title" => __('Modules'))) . "",