diff --git a/pandora_console/ChangeLog b/pandora_console/ChangeLog index 40ced6ab0d..503e3d6267 100644 --- a/pandora_console/ChangeLog +++ b/pandora_console/ChangeLog @@ -1,3 +1,14 @@ +2013-04-24 Miguel de Dios + + * operation/agentes/networkmap.php, + include/functions_networkmap.php: set the background transparent. + + Fixes: #3611686 + + * include/styles/pandora.css, include/functions_ui.php: fixed the + tabs in the header when the tab is bigger that standar tab, and + the separator doesn't print. + 2013-04-24 Miguel de Dios * godmode/agentes/planned_downtime.editor.php: fixed the header. diff --git a/pandora_console/include/functions_networkmap.php b/pandora_console/include/functions_networkmap.php index e422e6f9b5..fd5d72a148 100644 --- a/pandora_console/include/functions_networkmap.php +++ b/pandora_console/include/functions_networkmap.php @@ -804,7 +804,7 @@ function networkmap_open_graph ($layout, $nooverlap, $pure, $zoom, $ranksep, $fo $size = $size_x . ',' . $size_y; // BEWARE: graphwiz DONT use single ('), you need double (") - $head = "graph networkmap { labeljust=l; margin=0; "; + $head = "graph networkmap { bgcolor=\"transparent\", labeljust=l; margin=0; "; if ($nooverlap != '') { $head .= "overlap=\"$overlap\";"; $head .= "ranksep=\"$ranksep\";"; diff --git a/pandora_console/include/functions_ui.php b/pandora_console/include/functions_ui.php index aa1c954a31..6001d2c2b8 100644 --- a/pandora_console/include/functions_ui.php +++ b/pandora_console/include/functions_ui.php @@ -2123,8 +2123,8 @@ function ui_print_page_header ($title, $icon = "", $return = false, $help = "", $buffer .= '