summaryrefslogtreecommitdiffstats
path: root/frontends/php/sysmap.php
diff options
context:
space:
mode:
authorhugetoad <hugetoad@97f52cf1-0a1b-0410-bd0e-c28be96e8082>2005-01-27 18:34:07 +0000
committerhugetoad <hugetoad@97f52cf1-0a1b-0410-bd0e-c28be96e8082>2005-01-27 18:34:07 +0000
commit65da20528104111aa992f935f2c6b205a25e9f98 (patch)
tree996bd39b0861977544b6c9f9d5b4dc43c737b8f4 /frontends/php/sysmap.php
parent69100abd21cfc46edec3c24cc16993d2fb65a740 (diff)
downloadzabbix-65da20528104111aa992f935f2c6b205a25e9f98.tar.gz
zabbix-65da20528104111aa992f935f2c6b205a25e9f98.tar.xz
zabbix-65da20528104111aa992f935f2c6b205a25e9f98.zip
- fixed mouse navigation for multiple maps in one screen (Alexei)
git-svn-id: svn://svn.zabbix.com/trunk@1636 97f52cf1-0a1b-0410-bd0e-c28be96e8082
Diffstat (limited to 'frontends/php/sysmap.php')
-rw-r--r--frontends/php/sysmap.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/frontends/php/sysmap.php b/frontends/php/sysmap.php
index 4d9fd4f8..df4bc886 100644
--- a/frontends/php/sysmap.php
+++ b/frontends/php/sysmap.php
@@ -82,7 +82,7 @@
echo "<TD ALIGN=CENTER>";
if(isset($_GET["sysmapid"]))
{
- $map="\n<map name=links>";
+ $map="\n<map name=links".$_GET["sysmapid"]."_".rand(0,100000).">";
$result=DBselect("select h.host,sh.shostid,sh.sysmapid,sh.hostid,sh.label,sh.x,sh.y,h.status from sysmaps_hosts sh,hosts h where sh.sysmapid=".$_GET["sysmapid"]." and h.hostid=sh.hostid");
for($i=0;$i<DBnum_rows($result);$i++)
{