From 734d69b5e7cf19752e3f36396c499cbdb21aa6f9 Mon Sep 17 00:00:00 2001 From: hugetoad Date: Sat, 18 Dec 2004 14:01:18 +0000 Subject: - added link to ZABBIX manual from all forms (Alexei) - icmppingsec to return '0' if cannot ping (Alexei) - added error reason for unsupported items (Alexei) - added error reason for unreachable hosts (Alexei) - added hosts.error (Alexei) - added items.error (Alexei) - added alerts.error (Alexei) - added error reason for undelivered alerts (Alexei) - added upgrades/dbpatches/1.1alpha3_to_1.1alpha4 (Alexei) - fixed empty macros in alert messages if '.' in key (Alexei) - do not show menu item if no permissions (Alexei) git-svn-id: svn://svn.zabbix.com/trunk@1539 97f52cf1-0a1b-0410-bd0e-c28be96e8082 --- frontends/php/sysmap.php | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'frontends/php/sysmap.php') diff --git a/frontends/php/sysmap.php b/frontends/php/sysmap.php index 1df56b1b..4d9fd4f8 100644 --- a/frontends/php/sysmap.php +++ b/frontends/php/sysmap.php @@ -167,7 +167,6 @@ ?> "; echo ""; if(isset($_GET["shostid"])) @@ -191,7 +190,7 @@ $icon_on=""; } - show_table2_header_begin(); + show_form_begin("sysmap.host"); echo "New host to display"; $col=0; @@ -294,11 +293,10 @@ ?> "; $result=DBselect("select shostid,label from sysmaps_hosts where sysmapid=".$_GET["sysmapid"]." order by label"); if(DBnum_rows($result)>1) { - show_table2_header_begin(); + show_form_begin("sysmap.connector"); echo "New connector"; $col=0; -- cgit