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:
parent
7ca7c7e76f
commit
64ead0a0bc
|
@ -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
|
||||
|
|
|
@ -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");
|
||||
}
|
||||
|
||||
|
|
|
@ -84,7 +84,7 @@ if ($tab != '') {
|
|||
$url = $url.'&tab='.$tab;
|
||||
}
|
||||
|
||||
echo "<h3>".__('Alerts').'</h3>';
|
||||
echo "<h2>".__('Pandora Agents')." > ".__('Alerts').'</h2>';
|
||||
|
||||
if (get_parameter ('alert_validate')) {
|
||||
$ids = (array) get_parameter_post ("validate", array ());
|
||||
|
|
Loading…
Reference in New Issue