From 64ead0a0bc137513bacfeee2eb744fc25823e930 Mon Sep 17 00:00:00 2001 From: raulmateos Date: Fri, 16 Jan 2009 12:37:47 +0000 Subject: [PATCH] 2009-01-16 Raul Mateos * index.php: Updated year in header. Solved small notice error. * operation/agentes/alers_status.php: Use h2 instead h3 on title. Some separation should be between code color and text. git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@1353 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f --- pandora_console/ChangeLog | 7 +++++++ pandora_console/index.php | 4 ++-- pandora_console/operation/agentes/alerts_status.php | 2 +- 3 files changed, 10 insertions(+), 3 deletions(-) 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 ());