From 07ea4eb6c1927b132fc294271841066c11ab2955 Mon Sep 17 00:00:00 2001 From: osmiy Date: Tue, 21 Mar 2006 14:44:38 +0000 Subject: - 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 --- frontends/php/screenedit.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'frontends/php/screenedit.php') 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); } -- cgit