diff --git a/pandora_console/ChangeLog b/pandora_console/ChangeLog index 642d5c163b..08f8b2fe99 100644 --- a/pandora_console/ChangeLog +++ b/pandora_console/ChangeLog @@ -1,3 +1,8 @@ +2014-05-07 Alejandro Gallardo + + * include/functions_visual_map.php: Now the linked + visual consoles are opened in another page. + 2014-05-07 Miguel de Dios * include/functions_ui.php, include/functions_networkmap.php: clean @@ -50,6 +55,7 @@ pandora_console/include/functions_events.php: Fixed bug in event viewer. A user could not be assigned himself as the owner of the event. + 2014-05-05 Juan Manuel Ramon * pandora_console/include/functions_groups.php diff --git a/pandora_console/include/functions_visual_map.php b/pandora_console/include/functions_visual_map.php index 0be338498c..c030e88ec5 100644 --- a/pandora_console/include/functions_visual_map.php +++ b/pandora_console/include/functions_visual_map.php @@ -1273,11 +1273,11 @@ function visual_map_print_visual_map ($id_layout, $show_links = true, $draw_line elseif ($layout_data['id_layout_linked'] > 0) { // Link to a map if (empty($layout_data['id_metaconsole'])) { - echo ''; + echo ''; } else { $pure = get_parameter('pure', 0); - echo ''; + echo ''; } }