mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-30 01:05:39 +02:00
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:
parent
99fa6ee1bf
commit
6e6cbdc42c
@ -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>
|
2010-03-31 Miguel de Dios <miguel.dedios@artica.es>
|
||||||
|
|
||||||
* include/functions_visual_map.php: in function "printItemInVisualConsole"
|
* include/functions_visual_map.php: in function "printItemInVisualConsole"
|
||||||
@ -218,7 +224,7 @@
|
|||||||
* godmode/alerts/configure_alert_compound.php : Changed not to use
|
* godmode/alerts/configure_alert_compound.php : Changed not to use
|
||||||
variable "alert" on java script. IE8 can't handle it as a variable.
|
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
|
* include/help/en/check_other_languages.sh: Small script to show
|
||||||
help files not translated.
|
help files not translated.
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
// Pandora FMS - http://pandorafms.com
|
// 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
|
// Please see http://pandorafms.org for full contribution list
|
||||||
|
|
||||||
// This program is free software; you can redistribute it and/or
|
// 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");
|
require ("general/noaccess.php");
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
echo "<h2>".__('Events')." » ".__('Statistics'). "</h2>";
|
//header
|
||||||
|
print_page_header (__('Statistics'), "images/lightning_go.png",false, false);
|
||||||
echo "<table width=95%>";
|
echo "<table width=95%>";
|
||||||
echo "<tr><td valign='top'>";
|
echo "<tr><td valign='top'>";
|
||||||
echo "<h3>".__('Event graph')."</h3>";
|
echo "<h3>".__('Event graph')."</h3>";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user