From 3dc506e200c3e9503bd043ef3c16ef3f4057fe9d Mon Sep 17 00:00:00 2001 From: Alejandro Gallardo Escobar Date: Thu, 4 Dec 2014 17:48:02 +0100 Subject: [PATCH] Now the tree view tabs keep the 'pure' status --- pandora_console/operation/tree.php | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) 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'))) . "",