From 5d0a640d6db7fbae7812f0765f8868e01cc5ad94 Mon Sep 17 00:00:00 2001 From: mdtrooper Date: Thu, 13 Mar 2014 12:09:06 +0000 Subject: [PATCH] 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 git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@9578 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f --- pandora_console/ChangeLog | 7 +++++++ pandora_console/include/functions_visual_map.php | 6 +++--- 2 files changed, 10 insertions(+), 3 deletions(-) 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);