Fixed generate data and visual of visual console when user used wizard, tiquet: #2196

This commit is contained in:
m-lopez-f 2015-05-12 16:42:34 +02:00
parent f807ba1bc9
commit 232deb0812
1 changed files with 2 additions and 1 deletions

View File

@ -1237,6 +1237,7 @@ function visual_map_print_visual_map ($id_layout, $show_links = true,
else
echo '<div style="left: 0px; top: 0px; text-align: center; z-index: '.$z_index.'; '.($layout_data['label_color'][0] == '#' ? 'color: '.$layout_data['label_color'].';' : '').' position: absolute; margin-left: '.$layout_data['pos_x'].'px; margin-top:'.$layout_data['pos_y'].'px;" id="layout-data-'.$layout_data['id'].'" class="layout-data">';
echo "<div style='width:150px'>";
if ($show_links) {
if ((!empty($layout_data['id_agent'])
&& empty($layout_data['id_layout_linked']))
@ -1412,7 +1413,7 @@ function visual_map_print_visual_map ($id_layout, $show_links = true,
}
echo "</div>";
echo "</a>";
echo "</a> </div>";
break;