From 272be1618582319f3a92339a6319c66d0ca483d4 Mon Sep 17 00:00:00 2001 From: raulmateos Date: Mon, 2 Jul 2007 09:11:44 +0000 Subject: [PATCH] 2007-07-02 Raul Mateos * operation/reporting/reporting.php: Reverting change. * operation/menu.php: Reverting change. git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@554 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f --- pandora_console/ChangeLog | 6 ++ pandora_console/operation/menu.php | 7 ++- .../operation/reporting/reporting.php | 56 ------------------- 3 files changed, 10 insertions(+), 59 deletions(-) delete mode 100644 pandora_console/operation/reporting/reporting.php diff --git a/pandora_console/ChangeLog b/pandora_console/ChangeLog index c93d7092a9..25f6ce249d 100644 --- a/pandora_console/ChangeLog +++ b/pandora_console/ChangeLog @@ -1,3 +1,9 @@ +2007-07-02 Raul Mateos + + * operation/reporting/reporting.php: Reverting change. + + * operation/menu.php: Reverting change. + 2007-06-29 Raul Mateos * images/lupa.png: better image diff --git a/pandora_console/operation/menu.php b/pandora_console/operation/menu.php index 8a1ec4ad37..04f2e8e899 100644 --- a/pandora_console/operation/menu.php +++ b/pandora_console/operation/menu.php @@ -80,6 +80,7 @@ if (give_acl($_SESSION["id_usuario"], 0, "AR")==1) { echo ""; + } // Visual console @@ -106,9 +107,9 @@ if (give_acl($_SESSION["id_usuario"], 0, "AR")==1) { echo ""; } } + - -// Server view + // Server view if ( isset($_GET["sec2"]) && $_GET["sec2"] == "operation/servers/view_server") { echo '
'; } else { @@ -244,7 +245,7 @@ if (give_acl($_SESSION["id_usuario"], 0, "AR")==1) { } else { echo '
  • '; } - echo ''. $lang_label["reporting"].'
  • '; + echo ''. $lang_label["reporting"].''; // Custom reporting if (isset($_GET["sec"]) && $_GET["sec"] == "reporting"){ diff --git a/pandora_console/operation/reporting/reporting.php b/pandora_console/operation/reporting/reporting.php deleted file mode 100644 index af9361481a..0000000000 --- a/pandora_console/operation/reporting/reporting.php +++ /dev/null @@ -1,56 +0,0 @@ -".$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]."
    "; -} - -?>