diff --git a/pandora_console/ChangeLog b/pandora_console/ChangeLog index 531c3453b1..5083459bf9 100644 --- a/pandora_console/ChangeLog +++ b/pandora_console/ChangeLog @@ -1,3 +1,8 @@ +2009-12-05 Sancho Lerena + + * operation/agentes/estado_monitores.php: Names and description + was cutted and not shown as popup description. Fixed. + 2009-12-05 Raul Mateos * install.php: Modified description for XML_RPC. diff --git a/pandora_console/operation/agentes/estado_monitores.php b/pandora_console/operation/agentes/estado_monitores.php index 691143477b..1056fa2f9e 100644 --- a/pandora_console/operation/agentes/estado_monitores.php +++ b/pandora_console/operation/agentes/estado_monitores.php @@ -60,7 +60,6 @@ $table->head[7] = __('Last contact'); $table->align = array("left","left","left","left","center"); - $last_modulegroup = 0; $rowIndex = 0; foreach ($modules as $module) { @@ -95,9 +94,8 @@ foreach ($modules as $module) { if (give_acl ($config['id_user'], $id_grupo, "AW")) $data[1] .= ''; - $data[2] = substr ($module["nombre"], 0, 25); - $data[3] = substr ($module["descripcion"], 0, 35); - + $data[2] = print_string_substr ($module["nombre"], 25, true); + $data[3] = print_string_substr ($module["descripcion"], 30, true); $status = STATUS_MODULE_WARNING; $title = "";