Working in the fusion of edit and view code of visualmap.

This commit is contained in:
mdtrooper 2014-11-11 17:16:48 +01:00
parent e48f675935
commit 4a51f0c9f7
1 changed files with 3 additions and 3 deletions

View File

@ -134,7 +134,7 @@ function visual_map_print_item($mode = "read", $layoutData,
$is_a_service = true;
}
if ($layout_data['id_layout_linked'] != 0) {
if ($layoutData['id_layout_linked'] != 0) {
$is_a_link_to_other_visualconsole = true;
}
@ -351,8 +351,8 @@ function visual_map_print_item($mode = "read", $layoutData,
echo '<div id="' . $id . '" class="' . $class . '" ' .
'style="z-index: ' .$z_index . ';' .
'position: absolute; color: ' . $color . ';' .
'top: ' . $top . 'px; left: ' . $left . 'px;' .
'position: absolute; top: ' . $top . 'px; ' .
'left: ' . $left . 'px;' .
'text-align: center;' .
'display: inline-block; ' . $sizeStyle . '">';