summaryrefslogtreecommitdiffstats
path: root/frontends/php/include
diff options
context:
space:
mode:
Diffstat (limited to 'frontends/php/include')
-rw-r--r--frontends/php/include/config.inc.php2
-rw-r--r--frontends/php/include/forms.inc.php4
-rw-r--r--frontends/php/include/local_en.inc.php1
3 files changed, 2 insertions, 5 deletions
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 "<br>";
-
show_table2_header_begin();
echo S_ITEM;
@@ -745,8 +743,6 @@
$comments="";
$url="";
}
-
- echo "<br>";
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");
?>