Fixed generate data and visual of visual console when user used wizard, tiquet: #2196
This commit is contained in:
parent
f807ba1bc9
commit
232deb0812
|
@ -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;
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue