2009-01-16 Raul Mateos <raulofpandora@gmail.com>

* 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
This commit is contained in:
raulmateos 2009-01-16 12:37:47 +00:00
parent 7ca7c7e76f
commit 64ead0a0bc
3 changed files with 10 additions and 3 deletions

View File

@ -1,3 +1,10 @@
2009-01-16 Raul Mateos <raulofpandora@gmail.com>
* 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 <estebans@artica.es>
* pandoradb.sql: Added new field to talert_templates to specify if the

View File

@ -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");
}

View File

@ -84,7 +84,7 @@ if ($tab != '') {
$url = $url.'&tab='.$tab;
}
echo "<h3>".__('Alerts').'</h3>';
echo "<h2>".__('Pandora Agents')." &gt; ".__('Alerts').'</h2>';
if (get_parameter ('alert_validate')) {
$ids = (array) get_parameter_post ("validate", array ());