diff --git a/pandora_console/ChangeLog b/pandora_console/ChangeLog index 8f163a2ede..657d31c311 100644 --- a/pandora_console/ChangeLog +++ b/pandora_console/ChangeLog @@ -1,3 +1,7 @@ +2012-12-03 Ramon Novoa + + * operation/tree.php: Fixed the icon of the last element of a sub-tree. + 2012-12-03 Ramon Novoa * include/functions_treeview.php: Fixed a typo. diff --git a/pandora_console/operation/tree.php b/pandora_console/operation/tree.php index 3204c83c47..66d35a7050 100644 --- a/pandora_console/operation/tree.php +++ b/pandora_console/operation/tree.php @@ -181,7 +181,7 @@ if (is_ajax ()) $img = html_print_image ("operation/tree/closed.png", true, array ("style" => 'vertical-align: middle;', "id" => "tree_image" . $id . "_agent_" . $type . "_" . $row["id_agente"], "pos_tree" => "2")); else { $less = $less + 2; // $less = $less or 0b10 - $img = html_print_image ("operation/tree/last_closed.png", true, array ("style" => 'vertical-align: middle;', "id" => "tree_image" . $id . "_agent_" . $row["id_agente"], "pos_tree" => "3")); + $img = html_print_image ("operation/tree/last_closed.png", true, array ("style" => 'vertical-align: middle;', "id" => "tree_image" . $id . "_agent_" . $type . "_" . $row["id_agente"], "pos_tree" => "3")); } echo "
  • "; echo "