diff --git a/pandora_console/ChangeLog b/pandora_console/ChangeLog index 7b2ae29ad1..73b137fded 100644 --- a/pandora_console/ChangeLog +++ b/pandora_console/ChangeLog @@ -1,3 +1,21 @@ +2007-05-01 Raul Mateos + + * images/bricks.png: Changed red colour to orange one. + + * include/pandora.css: Changed background colour for View Mode tab. + + * operation/agentes/estado_agente.php: Changed space between combo and + table, including the style into the table, deleting div. + + * operation/agentes/estado_grupo.php: Style correction. + + * operation/messages/message.php: Added style to some table cells. + + * pandoradb.sql, pandoradb_data.sql: Added column disable to table tgrupo + and default value 0. + + * operation/snmpconsole/snmp_alert.php: Deleted duplicated br tag. + 2007-04-29 Raul Mateos * images/recon.png: Renamed file from chart_organization.png diff --git a/pandora_console/images/bricks.png b/pandora_console/images/bricks.png index 0905f933b8..81b547b35e 100644 Binary files a/pandora_console/images/bricks.png and b/pandora_console/images/bricks.png differ diff --git a/pandora_console/images/groups_small/bricks.png b/pandora_console/images/groups_small/bricks.png index 0905f933b8..d56767d1a9 100644 Binary files a/pandora_console/images/groups_small/bricks.png and b/pandora_console/images/groups_small/bricks.png differ diff --git a/pandora_console/include/styles/pandora.css b/pandora_console/include/styles/pandora.css index 95c558a29f..f8c80a76b4 100644 --- a/pandora_console/include/styles/pandora.css +++ b/pandora_console/include/styles/pandora.css @@ -529,7 +529,7 @@ div.data_box { } #menu_tab_left li a, #menu_tab_left li.nomn a { - background: #999; + background: #ac4444; padding: 2px 10px 2px 10px; color: #fff; font-weight: bold; diff --git a/pandora_console/operation/agentes/estado_agente.php b/pandora_console/operation/agentes/estado_agente.php index bf283dd695..0c931b4332 100644 --- a/pandora_console/operation/agentes/estado_agente.php +++ b/pandora_console/operation/agentes/estado_agente.php @@ -104,15 +104,13 @@ if (comprueba_login() == 0) { $result2=mysql_query($sql2); $row2=mysql_fetch_array($result2); $total_events = $row2[0]; - echo "
"; // Prepare pagination pagination ($total_events, "index.php?sec=estado&sec2=operation/agentes/estado_agente&group_id=$group_id&refr=60", $offset); // Show data. - echo "
"; $result=mysql_query($sql); if (mysql_num_rows($result)){ - echo ""; + echo "
"; echo ""; echo ""; echo ""; diff --git a/pandora_console/operation/agentes/estado_grupo.php b/pandora_console/operation/agentes/estado_grupo.php index 115fc0df14..3d506e80cc 100644 --- a/pandora_console/operation/agentes/estado_grupo.php +++ b/pandora_console/operation/agentes/estado_grupo.php @@ -162,18 +162,19 @@ // Show red flag is group has disabled alert system if (give_disabled_group($grupo[$real_count]["id_grupo"]) == 1) - $icono_type = $icono_type." ".$lang_label["disabled"].""; + $icono_type = $icono_type."  + ".$lang_label["disabled"].""; // By default green border - $celda = " - - +
".$lang_label["agent"]."".$lang_label["os"]."".$lang_label["interval"].""; + $celda = ""; // Grey border if agent down if ($grupo[$real_count]["down"] > 0) - $celda = ""; + $celda = ""; // Yellow border if agents with alerts if ($grupo[$real_count]["alerts"] > 0) - $celda = ""; + $celda = ""; // Red border if agents bad if ($grupo[$real_count]["bad"] > 0) @@ -181,7 +182,7 @@ // Orange if alerts and down modules if (($grupo[$real_count]["bad"] > 0) && ($grupo[$real_count]["alerts"] > 0)) - $celda = ""; + $celda = ""; $celda .= "'.$iduser.'
'.$lang_label["m_to"].':'; +
'.$lang_label["m_to"].':'; if (isset($_POST["u_destino"])) { echo ''.$_POST["u_destino"].''; } @@ -104,7 +104,7 @@ if (isset($_GET["nuevo"]) || isset($_GET["nuevo_g"])){ } else echo ''; echo '
'.$lang_label["message"].':
'.$lang_label["message"].':