summaryrefslogtreecommitdiffstats
path: root/frontends/php/include
diff options
context:
space:
mode:
authorhugetoad <hugetoad@97f52cf1-0a1b-0410-bd0e-c28be96e8082>2004-11-20 10:13:38 +0000
committerhugetoad <hugetoad@97f52cf1-0a1b-0410-bd0e-c28be96e8082>2004-11-20 10:13:38 +0000
commitabaab8acc5b75de465ca5e1fb6d77f3c8d02ce4b (patch)
tree6705c4e3454abd57dc0d47fddc3749e8173c7454 /frontends/php/include
parentf617fb752abb648c642d4a42944e84ba8d97c7ee (diff)
downloadzabbix-abaab8acc5b75de465ca5e1fb6d77f3c8d02ce4b.tar.gz
zabbix-abaab8acc5b75de465ca5e1fb6d77f3c8d02ce4b.tar.xz
zabbix-abaab8acc5b75de465ca5e1fb6d77f3c8d02ce4b.zip
Cosmetic changes.
git-svn-id: svn://svn.zabbix.com/trunk@1494 97f52cf1-0a1b-0410-bd0e-c28be96e8082
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");
?>