summaryrefslogtreecommitdiffstats
path: root/frontends/php/charts.php
diff options
context:
space:
mode:
authorhugetoad <hugetoad@97f52cf1-0a1b-0410-bd0e-c28be96e8082>2005-08-31 12:36:58 +0000
committerhugetoad <hugetoad@97f52cf1-0a1b-0410-bd0e-c28be96e8082>2005-08-31 12:36:58 +0000
commitb05fb551802790f9cf490ffbcab80b734db2d4b8 (patch)
tree7b9529013ff01dd8dd7a76e9ffc3423bcab033cb /frontends/php/charts.php
parenta19b0c5dab56090c7462d7d76454a7491c797996 (diff)
Minor changes.
git-svn-id: svn://svn.zabbix.com/trunk@2015 97f52cf1-0a1b-0410-bd0e-c28be96e8082
Diffstat (limited to 'frontends/php/charts.php')
-rw-r--r--frontends/php/charts.php3
1 files changed, 2 insertions, 1 deletions
diff --git a/frontends/php/charts.php b/frontends/php/charts.php
index b9244536..6f3be261 100644
--- a/frontends/php/charts.php
+++ b/frontends/php/charts.php
@@ -187,7 +187,7 @@
navigation_bar("charts.php");
// BEGIN - IGMI - just another way of navigation
- echo "<TABLE BORDER=0 align=center COLS=2 WIDTH=100% BGCOLOR=\"#CCCCCC\" cellspacing=1 cellpadding=1>";
+/* echo "<TABLE BORDER=0 align=center COLS=2 WIDTH=100% BGCOLOR=\"#CCCCCC\" cellspacing=1 cellpadding=1>";
echo "<TR BGCOLOR=#FFFFFF>";
echo "<TD ALIGN=LEFT>";
@@ -322,6 +322,7 @@
echo "</TABLE>";
// END - IGMI - just another way of navigation
+*/
}
?>