From 6a566fd1da40b0485794fe789b205a95c6f6df0a Mon Sep 17 00:00:00 2001 From: mdtrooper Date: Mon, 12 Mar 2012 19:30:12 +0000 Subject: [PATCH] 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. git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@5751 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f --- pandora_console/ChangeLog | 6 ++++++ pandora_console/include/functions_visual_map.php | 4 ++-- 2 files changed, 8 insertions(+), 2 deletions(-) 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 '
';