From 5b55267c6a4676398d9645df59cf1750aeec4fe3 Mon Sep 17 00:00:00 2001 From: hugetoad Date: Mon, 9 Jan 2006 15:26:41 +0000 Subject: Frontend improvements. git-svn-id: svn://svn.zabbix.com/trunk@2501 97f52cf1-0a1b-0410-bd0e-c28be96e8082 --- frontends/php/sysmap.php | 39 +++++++++++++++++++++------------------ 1 file changed, 21 insertions(+), 18 deletions(-) (limited to 'frontends/php/sysmap.php') diff --git a/frontends/php/sysmap.php b/frontends/php/sysmap.php index 22e3e235..27f9dad6 100644 --- a/frontends/php/sysmap.php +++ b/frontends/php/sysmap.php @@ -196,7 +196,7 @@ $col=0; show_table2_v_delimiter($col++); - echo "
"; + echo ""; if(isset($_REQUEST["shostid"])) { echo ""; @@ -207,23 +207,26 @@ } echo "Host"; show_table2_h_delimiter(); - $result=DBselect("select hostid,host from hosts where status not in (".HOST_STATUS_DELETED.") order by host"); - echo ""; + echo ""; + echo ""; + echo ""; +// +// $result=DBselect("select hostid,host from hosts where status not in (".HOST_STATUS_DELETED.") order by host"); +// echo ""; show_table2_v_delimiter($col++); echo "Icon (OFF)"; -- cgit