From ffce4b50729fa5ee0e11a666fb0ee4b76eebf342 Mon Sep 17 00:00:00 2001 From: hugetoad Date: Tue, 27 Dec 2005 13:28:14 +0000 Subject: Minor changes. git-svn-id: svn://svn.zabbix.com/trunk@2431 97f52cf1-0a1b-0410-bd0e-c28be96e8082 --- frontends/php/include/forms.inc.php | 83 ++++++++++++++++++++++++------------- 1 file changed, 55 insertions(+), 28 deletions(-) (limited to 'frontends/php/include/forms.inc.php') diff --git a/frontends/php/include/forms.inc.php b/frontends/php/include/forms.inc.php index bb1e7d38..deb740b7 100644 --- a/frontends/php/include/forms.inc.php +++ b/frontends/php/include/forms.inc.php @@ -1501,11 +1501,7 @@ $actionid=$action["actionid"]; $actiontype=$action["actiontype"]; - $filter_triggerid=$action["filter_triggerid"]; - $filter_groupid=$action["filter_groupid"]; - $filter_hostid=$action["filter_hostid"]; $source=$action["source"]; - $filter_trigger_name=$action["filter_trigger_name"]; $good=$action["good"]; $delay=$action["delay"]; // Otherwise symbols like ",' will not be shown @@ -1513,7 +1509,6 @@ $message=$action["message"]; $uid=$action["userid"]; $scope=@iif(isset($_REQUEST["scope"]),$_REQUEST["scope"],$action["scope"]); - $severity=$action["severity"]; $recipient=@iif(isset($_REQUEST["recipient"]),$_REQUEST["recipient"],$action["recipient"]); $maxrepeats=$action["maxrepeats"]; $repeatdelay=$action["repeatdelay"]; @@ -1559,7 +1554,7 @@ } } - $filtertype=@iif(isset($_REQUEST["filtertype"]),$_REQUEST["filtertype"],0); + $conditiontype=@iif(isset($_REQUEST["conditiontype"]),$_REQUEST["conditiontype"],0); show_form_begin("actions.action"); @@ -1578,43 +1573,73 @@ echo "