summaryrefslogtreecommitdiffstats
path: root/frontends/php/graphs.php
diff options
context:
space:
mode:
authorosmiy <osmiy@97f52cf1-0a1b-0410-bd0e-c28be96e8082>2006-01-23 15:11:17 +0000
committerosmiy <osmiy@97f52cf1-0a1b-0410-bd0e-c28be96e8082>2006-01-23 15:11:17 +0000
commit5f752fe36c36745650e388a63ed9028543f3f784 (patch)
tree421227514e1cb76ccbb7a9cd1691cee4bb5ac652 /frontends/php/graphs.php
parent6d840be8cd1efc9c3ccaac0a19eb7a59f5dc062d (diff)
downloadzabbix-5f752fe36c36745650e388a63ed9028543f3f784.tar.gz
zabbix-5f752fe36c36745650e388a63ed9028543f3f784.tar.xz
zabbix-5f752fe36c36745650e388a63ed9028543f3f784.zip
- Frontend improvements (Eugene)
git-svn-id: svn://svn.zabbix.com/trunk@2560 97f52cf1-0a1b-0410-bd0e-c28be96e8082
Diffstat (limited to 'frontends/php/graphs.php')
-rw-r--r--frontends/php/graphs.php3
1 files changed, 2 insertions, 1 deletions
diff --git a/frontends/php/graphs.php b/frontends/php/graphs.php
index fe943347..b30f940a 100644
--- a/frontends/php/graphs.php
+++ b/frontends/php/graphs.php
@@ -28,6 +28,7 @@
?>
<?php
show_table_header(S_CONFIGURATION_OF_GRAPHS_BIG);
+ echo BR;
?>
<?php
if(!check_anyright("Graph","U"))
@@ -192,7 +193,7 @@
?>
<?php
echo "<a name=\"form\"></a>";
-
+ echo BR;
insert_graph_form();
?>