diff --git a/pandora_console/ChangeLog b/pandora_console/ChangeLog index 9b38b3b722..8a500ff0d8 100644 --- a/pandora_console/ChangeLog +++ b/pandora_console/ChangeLog @@ -1,3 +1,10 @@ +2014-03-13 Miguel de Dios + + * include/functions_visual_map.php: fixed the link of other visual + map when it is in a public visual console. + + Incident: #658 + 2014-03-13 Miguel de Dios * general/shortcut_bar.php, include/functions_ui.php: fixed the diff --git a/pandora_console/include/functions_visual_map.php b/pandora_console/include/functions_visual_map.php index 195050c6b8..7c6d9d437d 100644 --- a/pandora_console/include/functions_visual_map.php +++ b/pandora_console/include/functions_visual_map.php @@ -964,8 +964,8 @@ function visual_map_print_visual_map ($id_layout, $show_links = true, $draw_line text-align:center; z-index: 0; position:relative; - width:'.$mapWidth.'px; - height:'.$mapHeight.'px;">'; + width:' . $mapWidth . 'px; + height:' . $mapHeight . 'px;">'; echo ""; @@ -1151,7 +1151,7 @@ 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);