From abaab8acc5b75de465ca5e1fb6d77f3c8d02ce4b Mon Sep 17 00:00:00 2001 From: hugetoad Date: Sat, 20 Nov 2004 10:13:38 +0000 Subject: Cosmetic changes. git-svn-id: svn://svn.zabbix.com/trunk@1494 97f52cf1-0a1b-0410-bd0e-c28be96e8082 --- frontends/php/include/config.inc.php | 2 +- frontends/php/include/forms.inc.php | 4 ---- frontends/php/include/local_en.inc.php | 1 + 3 files changed, 2 insertions(+), 5 deletions(-) (limited to 'frontends/php/include') diff --git a/frontends/php/include/config.inc.php b/frontends/php/include/config.inc.php index 867fc2aa..38bdb536 100644 --- a/frontends/php/include/config.inc.php +++ b/frontends/php/include/config.inc.php @@ -2911,7 +2911,7 @@ where h.hostid=i.hostid and i.itemid=f.itemid and f.triggerid=$triggerid"; function add_host_to_sysmap($sysmapid,$hostid,$label,$x,$y,$icon,$url,$icon_on) { - $sql="insert into sysmaps_hosts (sysmapid,hostid,label,x,y,icon,url) values ($sysmapid,$hostid,'$label',$x,$y,'$icon','$url','$icon_on')"; + $sql="insert into sysmaps_hosts (sysmapid,hostid,label,x,y,icon,url,icon_on) values ($sysmapid,$hostid,'$label',$x,$y,'$icon','$url','$icon_on')"; return DBexecute($sql); } diff --git a/frontends/php/include/forms.inc.php b/frontends/php/include/forms.inc.php index c66a2246..c2097121 100644 --- a/frontends/php/include/forms.inc.php +++ b/frontends/php/include/forms.inc.php @@ -159,8 +159,6 @@ $formula=DBget_field($result,0,22); } - echo "
"; - show_table2_header_begin(); echo S_ITEM; @@ -745,8 +743,6 @@ $comments=""; $url=""; } - - echo "
"; show_table2_header_begin(); echo "Trigger configuration"; diff --git a/frontends/php/include/local_en.inc.php b/frontends/php/include/local_en.inc.php index 767b0fd3..03941d21 100644 --- a/frontends/php/include/local_en.inc.php +++ b/frontends/php/include/local_en.inc.php @@ -591,4 +591,5 @@ define("S_LOGGED_IN", "Logged in"); define("S_LOGGED_OUT", "Logged out"); define("S_MEDIA_TYPE", "Media type"); + define("S_GRAPH_ELEMENT", "Graph element"); ?> -- cgit