2010-04-03 Raul Mateos <raulofpandora@gmail.com>

* operation/events/event_statistics.php: Updated year and headers. There
	is a black space after the headers that should be avoided. Same to the
	events.php file.

git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@2533 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
This commit is contained in:
raulmateos 2010-04-02 22:19:12 +00:00
parent 99fa6ee1bf
commit 6e6cbdc42c
2 changed files with 10 additions and 3 deletions

View File

@ -1,3 +1,9 @@
2010-04-03 Raúl Mateos <raulofpandora@gmail.com>
* operation/events/event_statistics.php: Updated year and headers. There
is a black space after the headers that should be avoided. Same to the
events.php file.
2010-03-31 Miguel de Dios <miguel.dedios@artica.es>
* include/functions_visual_map.php: in function "printItemInVisualConsole"
@ -218,7 +224,7 @@
* godmode/alerts/configure_alert_compound.php : Changed not to use
variable "alert" on java script. IE8 can't handle it as a variable.
2010-03-11 Snacho Lerena <slerena@artica.es>
2010-03-11 Sancho Lerena <slerena@artica.es>
* include/help/en/check_other_languages.sh: Small script to show
help files not translated.

View File

@ -2,7 +2,7 @@
// Pandora FMS - http://pandorafms.com
// ==================================================
// Copyright (c) 2005-2009 Artica Soluciones Tecnologicas
// Copyright (c) 2005-2010 Artica Soluciones Tecnologicas
// Please see http://pandorafms.org for full contribution list
// This program is free software; you can redistribute it and/or
@ -28,7 +28,8 @@ if (! give_acl ($config['id_user'], 0, "AR")) {
require ("general/noaccess.php");
return;
}
echo "<h2>".__('Events')." &raquo; ".__('Statistics'). "</h2>";
//header
print_page_header (__('Statistics'), "images/lightning_go.png",false, false);
echo "<table width=95%>";
echo "<tr><td valign='top'>";
echo "<h3>".__('Event graph')."</h3>";