diff --git a/pandora_console/ChangeLog b/pandora_console/ChangeLog index e31b0f9e83..474df249ae 100644 --- a/pandora_console/ChangeLog +++ b/pandora_console/ChangeLog @@ -1,3 +1,9 @@ +2012-03-12 Miguel de Dios + + * include/functions_visual_map.php: refixed again, removed the old method + to put the items, the new method is with top and left instead the margin-top + and margin-left. + 2012-03-12 Miguel de Dios * include/functions_visual_map.php, diff --git a/pandora_console/include/functions_visual_map.php b/pandora_console/include/functions_visual_map.php index be97195b7a..0d051b4d11 100644 --- a/pandora_console/include/functions_visual_map.php +++ b/pandora_console/include/functions_visual_map.php @@ -204,7 +204,7 @@ function visual_map_print_item($layoutData) { $percentile = round($percentile); - echo '
'; + echo '
'; echo $text . '
'; ob_start(); @@ -225,7 +225,7 @@ function visual_map_print_item($layoutData) { $height, '', null, false, 1, false, 0, '', 0, 0, true, true); $img = str_replace('>', 'class="image" id="image_' . $id . '" />', $img); - echo '
'; + echo '
'; echo $text . '
'; echo $img; echo '
';