From 36111a928e207af62a03d880b14cdefda5d4914d Mon Sep 17 00:00:00 2001 From: ramonn Date: Mon, 3 Dec 2012 11:04:34 +0000 Subject: [PATCH] 2012-12-03 Ramon Novoa * operation/tree.php: Fixed the icon of the last element of a sub-tree. git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@7220 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f --- pandora_console/ChangeLog | 4 ++++ pandora_console/operation/tree.php | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) 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 "