summaryrefslogtreecommitdiffstats
path: root/frontends/php/maps.php
diff options
context:
space:
mode:
authorhugetoad <hugetoad@97f52cf1-0a1b-0410-bd0e-c28be96e8082>2004-08-08 15:13:06 +0000
committerhugetoad <hugetoad@97f52cf1-0a1b-0410-bd0e-c28be96e8082>2004-08-08 15:13:06 +0000
commit3da79e6d41d7feb6eb2f6e61a1712fdeca4fb46c (patch)
tree4474956ae190044aa59bf8c4be23d3131427ade2 /frontends/php/maps.php
parent37568f78334d10a6b9b68e9c96f0694fce3ae6b0 (diff)
downloadzabbix-3da79e6d41d7feb6eb2f6e61a1712fdeca4fb46c.tar.gz
zabbix-3da79e6d41d7feb6eb2f6e61a1712fdeca4fb46c.tar.xz
zabbix-3da79e6d41d7feb6eb2f6e61a1712fdeca4fb46c.zip
- added housekeeping of trends (Alexei)
- added column items.trends (Alexei) - added escaping of SQL statements where needed (Alexei) - added src/zabbix_sucker/checks_agent.[h,c] (Alexei) - added src/zabbix_sucker/checks_internal.[h,c] (Alexei) - added src/zabbix_sucker/checks_snmp.[h,c] (Alexei) - added src/zabbix_sucker/checks_simple.[h,c] (Alexei) git-svn-id: svn://svn.zabbix.com/trunk@1378 97f52cf1-0a1b-0410-bd0e-c28be96e8082
Diffstat (limited to 'frontends/php/maps.php')
-rw-r--r--frontends/php/maps.php5
1 files changed, 5 insertions, 0 deletions
diff --git a/frontends/php/maps.php b/frontends/php/maps.php
index d6a56e0b..040fa7b2 100644
--- a/frontends/php/maps.php
+++ b/frontends/php/maps.php
@@ -75,6 +75,11 @@
show_table3_h_delimiter();
echo "<form name=\"form2\" method=\"get\" action=\"maps.php\">";
+ if(isset($_GET["fullscreen"]))
+ {
+ echo "<input name=\"fullscreen\" type=\"hidden\" value=".$_GET["fullscreen"].">";
+ }
+
if(isset($_GET["sysmapid"])&&($_GET["sysmapid"]==0))
{
unset($_GET["sysmapid"]);