summaryrefslogtreecommitdiffstats
path: root/frontends/php/screenedit.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/screenedit.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/screenedit.php')
-rw-r--r--frontends/php/screenedit.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/frontends/php/screenedit.php b/frontends/php/screenedit.php
index d01d6bb3..1e314c4c 100644
--- a/frontends/php/screenedit.php
+++ b/frontends/php/screenedit.php
@@ -153,7 +153,7 @@
if($resource == 0)
{
show_table2_v_delimiter();
- echo "Graph name";
+ echo nbsp("Graph name");
show_table2_h_delimiter();
$result=DBselect("select h.host,i.description,i.itemid from hosts h,items i where h.hostid=i.hostid and h.status in (0,2) and i.status=0 order by h.host,i.description");
echo "<select name=\"itemid\" size=1>";
@@ -175,7 +175,7 @@
if($resource == 1)
{
show_table2_v_delimiter();
- echo "Graph name";
+ echo nbsp("Graph name");
show_table2_h_delimiter();
$result=DBselect("select graphid,name from graphs order by name");
echo "<select name=\"graphid\" size=1>";