summaryrefslogtreecommitdiffstats
path: root/frontends/php/screenedit.php
diff options
context:
space:
mode:
authorhugetoad <hugetoad@97f52cf1-0a1b-0410-bd0e-c28be96e8082>2005-02-26 18:22:10 +0000
committerhugetoad <hugetoad@97f52cf1-0a1b-0410-bd0e-c28be96e8082>2005-02-26 18:22:10 +0000
commitcbb00ca314b269808a5e5346db9ca408c1a01cdc (patch)
tree4515fec58a43e47336d62fa5b688bb7ff5e6360e /frontends/php/screenedit.php
parentce4b7a91ed557315d7bd0dffebdc79a66d01cc72 (diff)
downloadzabbix-cbb00ca314b269808a5e5346db9ca408c1a01cdc.tar.gz
zabbix-cbb00ca314b269808a5e5346db9ca408c1a01cdc.tar.xz
zabbix-cbb00ca314b269808a5e5346db9ca408c1a01cdc.zip
- fixed change of plain text data in screens (Alexei)
git-svn-id: svn://svn.zabbix.com/trunk@1679 97f52cf1-0a1b-0410-bd0e-c28be96e8082
Diffstat (limited to 'frontends/php/screenedit.php')
-rw-r--r--frontends/php/screenedit.php2
1 files changed, 2 insertions, 0 deletions
diff --git a/frontends/php/screenedit.php b/frontends/php/screenedit.php
index f1e37685..47e9aeab 100644
--- a/frontends/php/screenedit.php
+++ b/frontends/php/screenedit.php
@@ -250,6 +250,8 @@
else if( ($screenitemid!=0) && ($resource==3) )
{
show_screen_plaintext($resourceid);
+ echo "<p align=center>";
+ echo "<a href=screenedit.php?register=edit&screenid=$screenid&x=$c&y=$r>".S_CHANGE."</a>";
}
else
{