summaryrefslogtreecommitdiffstats
path: root/frontends/php/sysmap.php
diff options
context:
space:
mode:
authorhugetoad <hugetoad@97f52cf1-0a1b-0410-bd0e-c28be96e8082>2003-08-15 12:19:08 +0000
committerhugetoad <hugetoad@97f52cf1-0a1b-0410-bd0e-c28be96e8082>2003-08-15 12:19:08 +0000
commit6e5753bd5a3c1fde2478a8ee7bdb998341b26a50 (patch)
tree07cb140a9d5cfc65a29b55326516bbe459b9d822 /frontends/php/sysmap.php
parent080193c8e9f4ab5b10f30f28ace8d2778519b511 (diff)
downloadzabbix-6e5753bd5a3c1fde2478a8ee7bdb998341b26a50.tar.gz
zabbix-6e5753bd5a3c1fde2478a8ee7bdb998341b26a50.tar.xz
zabbix-6e5753bd5a3c1fde2478a8ee7bdb998341b26a50.zip
- non breakable space in PHP forms (Alexei)
git-svn-id: svn://svn.zabbix.com/trunk@916 97f52cf1-0a1b-0410-bd0e-c28be96e8082
Diffstat (limited to 'frontends/php/sysmap.php')
-rw-r--r--frontends/php/sysmap.php10
1 files changed, 5 insertions, 5 deletions
diff --git a/frontends/php/sysmap.php b/frontends/php/sysmap.php
index 786bcaeb..95311d6e 100644
--- a/frontends/php/sysmap.php
+++ b/frontends/php/sysmap.php
@@ -287,12 +287,12 @@
echo "<input class=\"biginput\" name=\"label\" size=32 value=\"$label\">";
show_table2_v_delimiter();
- echo "Coordinate X";
+ echo nbsp("Coordinate X");
show_table2_h_delimiter();
echo "<input class=\"biginput\" name=\"x\" size=5 value=\"$x\">";
show_table2_v_delimiter();
- echo "Coordinate Y";
+ echo nbsp("Coordinate Y");
show_table2_h_delimiter();
echo "<input class=\"biginput\" name=\"y\" size=5 value=\"$y\">";
@@ -316,7 +316,7 @@
show_table2_v_delimiter();
echo "<form method=\"post\" action=\"sysmap.php?sysmapid=".$HTTP_GET_VARS["sysmapid"]."\">";
- echo "Host 1";
+ echo nbsp("Host 1");
show_table2_h_delimiter();
// $result=DBselect("select shostid,label from sysmaps_hosts where sysmapid=".$HTTP_GET_VARS["sysmapid"]." order by label");
echo "<select class=\"biginput\" name=\"shostid1\" size=1>";
@@ -337,7 +337,7 @@
show_table2_v_delimiter();
// echo "<form method=\"get\" action=\"sysmap.php?sysmapid=".$HTTP_GET_VARS["sysmapid"].">";
- echo "Host 2";
+ echo nbsp("Host 2");
show_table2_h_delimiter();
echo "<select class=\"biginput\" name=\"shostid2\" size=1>";
for($i=0;$i<DBnum_rows($result);$i++)
@@ -349,7 +349,7 @@
echo "</SELECT>";
show_table2_v_delimiter();
- echo "Link status indicator";
+ echo nbsp("Link status indicator");
show_table2_h_delimiter();
$result=DBselect("select triggerid,description from triggers order by description");
echo "<select class=\"biginput\" name=\"triggerid\" size=1>";