diff --git a/pandora_console/ChangeLog b/pandora_console/ChangeLog index 94d4d324a3..1381d600c1 100644 --- a/pandora_console/ChangeLog +++ b/pandora_console/ChangeLog @@ -1,3 +1,10 @@ +2009-01-16 Raul Mateos + + * index.php: Updated year in header. Solved small notice error. + + * operation/agentes/alerts_status.php: Use h2 instead h3 on title. Some + separation should be between code color and text. + 2009-01-16 Esteban Sanchez * pandoradb.sql: Added new field to talert_templates to specify if the diff --git a/pandora_console/index.php b/pandora_console/index.php index 5749ab329d..590e7d6ef7 100644 --- a/pandora_console/index.php +++ b/pandora_console/index.php @@ -2,7 +2,7 @@ // Pandora FMS - the Flexible Monitoring System // ============================================ -// Copyright (c) 2008 Artica Soluciones Tecnologicas, http://www.artica.es +// Copyright (c) 2009 Artica Soluciones Tecnologicas, http://www.artica.es // Please see http://pandora.sourceforge.net for full contribution list // This program is free software; you can redistribute it and/or @@ -21,7 +21,7 @@ // Pandora FMS uses Pear Image::Graph code //Set character encoding to UTF-8 - fixes a lot of multibyte character headaches -if (function_exists (mb_internal_encoding)) { +if (function_exists ('mb_internal_encoding')) { mb_internal_encoding ("UTF-8"); } diff --git a/pandora_console/operation/agentes/alerts_status.php b/pandora_console/operation/agentes/alerts_status.php index 7fe7e91ca5..0443ef825b 100644 --- a/pandora_console/operation/agentes/alerts_status.php +++ b/pandora_console/operation/agentes/alerts_status.php @@ -84,7 +84,7 @@ if ($tab != '') { $url = $url.'&tab='.$tab; } -echo "

".__('Alerts').'

'; +echo "

".__('Pandora Agents')." > ".__('Alerts').'

'; if (get_parameter ('alert_validate')) { $ids = (array) get_parameter_post ("validate", array ());