From 9a1e248383c0cd0193dfd3a4a9712ae5fcd95340 Mon Sep 17 00:00:00 2001 From: raulmateos Date: Sun, 1 Jul 2007 12:13:54 +0000 Subject: [PATCH] 2007-07-01 Raul Mateos * operation/reporting/reporting.php: Not added in last commit git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@550 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f --- .../operation/reporting/reporting.php | 56 +++++++++++++++++++ 1 file changed, 56 insertions(+) create mode 100644 pandora_console/operation/reporting/reporting.php diff --git a/pandora_console/operation/reporting/reporting.php b/pandora_console/operation/reporting/reporting.php new file mode 100644 index 0000000000..af9361481a --- /dev/null +++ b/pandora_console/operation/reporting/reporting.php @@ -0,0 +1,56 @@ +".$lang_label["reporting"]." > "; +echo $lang_label["summary"].""; + + +if ($row1[0] == 0 && $row2[0] == 0) { + echo "
".$lang_label["no_reporting_def"]."
"; +} else { + echo " + + + + + + + + +
".$lang_label["custom_reporting"]."".$lang_label["custom_graphs"]."
".$row1[0]."".$row2[0]."
"; +} + +?>