diff --git a/pandora_console/operation/agentes/estadisticas.php b/pandora_console/operation/agentes/estadisticas.php index 33116278f8..54cf81e70f 100644 --- a/pandora_console/operation/agentes/estadisticas.php +++ b/pandora_console/operation/agentes/estadisticas.php @@ -12,7 +12,7 @@ if (comprueba_login() == 0){ $iduser_temp=$_SESSION['id_usuario']; if (give_acl($iduser_temp, 0, "AR") == 1){ echo "
"; echo " | ||||
"; diff --git a/pandora_console/operation/agentes/estado_agente.php b/pandora_console/operation/agentes/estado_agente.php index 7664dc97da..84f36f905c 100644 --- a/pandora_console/operation/agentes/estado_agente.php +++ b/pandora_console/operation/agentes/estado_agente.php @@ -24,7 +24,7 @@ if (comprueba_login() == 0) { $ag_group = $_GET["ag_group_refresh"]; } echo " ".$lang_label["ag_title"].""; - echo "".$lang_label["summary"]."";
+ echo "".$lang_label["summary"]." ".$lang_label["help"].""; $iduser_temp=$_SESSION['id_usuario']; @@ -94,7 +94,7 @@ if (comprueba_login() == 0) { echo " | ".$lang_label["alerts"]." | "; echo "".$lang_label["last_contact"]." | "; // For every agent deficed in the agent table - $color = 0; + $color = 1; while ($row=mysql_fetch_array($result)){ if ($row["disabled"] == 0) { $intervalo = $row["intervalo"]; // Interval in seconds @@ -156,9 +156,9 @@ if (comprueba_login() == 0) { echo "";
$id_grupo=dame_id_grupo($id_agente);
if (give_acl($id_user, $id_grupo, "AW")==1){
- echo "![]() ![]() | ".$lang_label["alert_listing"]."";
+ echo "".$lang_label["alert_listing"]."".$lang_label["help"].""; echo " |
---|