summaryrefslogtreecommitdiffstats
path: root/frontends/php/screenedit.php
diff options
context:
space:
mode:
authorosmiy <osmiy@97f52cf1-0a1b-0410-bd0e-c28be96e8082>2006-03-21 14:44:38 +0000
committerosmiy <osmiy@97f52cf1-0a1b-0410-bd0e-c28be96e8082>2006-03-21 14:44:38 +0000
commit07ea4eb6c1927b132fc294271841066c11ab2955 (patch)
tree05a082481c5e15b9faa047878a75e503e0b1ba15 /frontends/php/screenedit.php
parentd76992f73658df06227395e4a79c4366294efebe (diff)
downloadzabbix-07ea4eb6c1927b132fc294271841066c11ab2955.tar.gz
zabbix-07ea4eb6c1927b132fc294271841066c11ab2955.tar.xz
zabbix-07ea4eb6c1927b132fc294271841066c11ab2955.zip
- developed remote commads execution on specific actions (Eugene)
- added "URL" module for screens (Eugene) - fix some bugs - clean code git-svn-id: svn://svn.zabbix.com/trunk@2703 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 0ce45d8c..a2e67199 100644
--- a/frontends/php/screenedit.php
+++ b/frontends/php/screenedit.php
@@ -49,7 +49,7 @@
$_REQUEST["resource"],$_REQUEST["resourceid"],$_REQUEST["width"],
$_REQUEST["height"],$_REQUEST["colspan"],$_REQUEST["rowspan"],
$_REQUEST["elements"],$_REQUEST["valign"],
- $_REQUEST["halign"],$_REQUEST["style"]);
+ $_REQUEST["halign"],$_REQUEST["style"],$_REQUEST["url"]);
show_messages($result, S_ITEM_UPDATED, S_CANNOT_UPDATE_ITEM);
}
@@ -60,7 +60,7 @@
$_REQUEST["x"],$_REQUEST["y"],$_REQUEST["resourceid"],
$_REQUEST["width"],$_REQUEST["height"],$_REQUEST["colspan"],
$_REQUEST["rowspan"],$_REQUEST["elements"],$_REQUEST["valign"],
- $_REQUEST["halign"],$_REQUEST["style"]);
+ $_REQUEST["halign"],$_REQUEST["style"],$_REQUEST["url"]);
show_messages($result, S_ITEM_ADDED, S_CANNOT_ADD_ITEM);
}