diff options
| author | hugetoad <hugetoad@97f52cf1-0a1b-0410-bd0e-c28be96e8082> | 2001-07-01 19:28:44 +0000 |
|---|---|---|
| committer | hugetoad <hugetoad@97f52cf1-0a1b-0410-bd0e-c28be96e8082> | 2001-07-01 19:28:44 +0000 |
| commit | e8371e423287f73f1ad30bc35a25bce761a0d27b (patch) | |
| tree | 2bef744bf7d4a9002a30b762c9549ffd64248b58 /frontends/php/sysmap.html | |
| parent | c6978192737ae2bed4ec730a2664285f8b30c238 (diff) | |
Minor changes.
git-svn-id: svn://svn.zabbix.com/trunk@121 97f52cf1-0a1b-0410-bd0e-c28be96e8082
Diffstat (limited to 'frontends/php/sysmap.html')
| -rw-r--r-- | frontends/php/sysmap.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/frontends/php/sysmap.html b/frontends/php/sysmap.html index e918b948..43f672b9 100644 --- a/frontends/php/sysmap.html +++ b/frontends/php/sysmap.html @@ -78,7 +78,7 @@ echo "<TD WIDTH=\"10%\" NOSAVE><B>Actions</B></TD>"; echo "</TR>"; - $result=DBselect("select h.host,sh.shostid,sh.sysmapid,sh.hostid,sh.label,sh.x,sh.y from sysmaps_hosts sh,hosts h where sh.sysmapid=$sysmapid and h.hostid=sh.hostid"); + $result=DBselect("select h.host,sh.shostid,sh.sysmapid,sh.hostid,sh.label,sh.x,sh.y from sysmaps_hosts sh,hosts h where sh.sysmapid=$sysmapid and h.hostid=sh.hostid order by h.host"); echo "<CENTER>"; $col=0; for($i=0;$i<DBnum_rows($result);$i++) @@ -102,7 +102,7 @@ $y_=DBget_field($result,$i,6); echo "<TD>$host</TD>"; - echo "<TD><a href=\"sysmap.html?sysmapid=$sysmapid_\">$label_</a></TD>"; + echo "<TD>$label_</TD>"; echo "<TD>$x_</TD>"; echo "<TD>$y_</TD>"; echo "<TD><A HREF=\"sysmap.html?sysmapid=$sysmapid_&shostid=$shostid_#form\">Change</A> - <A HREF=\"sysmap.html?register=delete&sysmapid=$sysmapid_&shostid=$shostid_\">Delete</A></TD>"; |
