diff options
| author | hugetoad <hugetoad@97f52cf1-0a1b-0410-bd0e-c28be96e8082> | 2005-12-27 10:59:17 +0000 |
|---|---|---|
| committer | hugetoad <hugetoad@97f52cf1-0a1b-0410-bd0e-c28be96e8082> | 2005-12-27 10:59:17 +0000 |
| commit | e6d3bc1a6eae3d6847198856e7e7f57eb8a0c98b (patch) | |
| tree | 9e491d48382cf57960b1bfb949df512a9047f821 /frontends/php/actionconf.php | |
| parent | b4942b68162cb3606056b71e46ae91d630e10523 (diff) | |
| download | zabbix-e6d3bc1a6eae3d6847198856e7e7f57eb8a0c98b.tar.gz zabbix-e6d3bc1a6eae3d6847198856e7e7f57eb8a0c98b.tar.xz zabbix-e6d3bc1a6eae3d6847198856e7e7f57eb8a0c98b.zip | |
Minor changes.
git-svn-id: svn://svn.zabbix.com/trunk@2430 97f52cf1-0a1b-0410-bd0e-c28be96e8082
Diffstat (limited to 'frontends/php/actionconf.php')
| -rw-r--r-- | frontends/php/actionconf.php | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/frontends/php/actionconf.php b/frontends/php/actionconf.php index cee4aa43..4bef6d5c 100644 --- a/frontends/php/actionconf.php +++ b/frontends/php/actionconf.php @@ -47,7 +47,7 @@ $_REQUEST["repeatdelay"]=600; } - $actionid=add_action( $_REQUEST["triggerid"], $_REQUEST["userid"], $_REQUEST["good"], $_REQUEST["delay"], $_REQUEST["subject"], $_REQUEST["message"],$_REQUEST["scope"],$_REQUEST["severity"],$_REQUEST["recipient"],$_REQUEST["usrgrpid"],$_REQUEST["maxrepeats"],$_REQUEST["repeatdelay"]); + $actionid=add_action( $_REQUEST["filter_triggerid"], $_REQUEST["userid"], $_REQUEST["good"], $_REQUEST["delay"], $_REQUEST["subject"], $_REQUEST["message"],$_REQUEST["severity"],$_REQUEST["recipient"],$_REQUEST["usrgrpid"],$_REQUEST["maxrepeats"],$_REQUEST["repeatdelay"]); add_action_to_linked_hosts($actionid); show_messages($actionid,S_ACTION_ADDED,S_CANNOT_ADD_ACTION); if($actionid) @@ -72,7 +72,7 @@ $_REQUEST["repeatdelay"]=600; } - $result=update_action( $_REQUEST["actionid"], $_REQUEST["triggerid"], $_REQUEST["userid"], $_REQUEST["good"], $_REQUEST["delay"], $_REQUEST["subject"], $_REQUEST["message"],$_REQUEST["scope"],$_REQUEST["severity"],$_REQUEST["recipient"],$_REQUEST["usrgrpid"],$_REQUEST["maxrepeats"],$_REQUEST["repeatdelay"]); + $result=update_action( $_REQUEST["actionid"], $_REQUEST["filter_triggerid"], $_REQUEST["userid"], $_REQUEST["good"], $_REQUEST["delay"], $_REQUEST["subject"], $_REQUEST["message"],$_REQUEST["scope"],$_REQUEST["severity"],$_REQUEST["recipient"],$_REQUEST["usrgrpid"],$_REQUEST["maxrepeats"],$_REQUEST["repeatdelay"]); update_action_from_linked_hosts($_REQUEST["actionid"]); show_messages($result,S_ACTION_UPDATED,S_CANNOT_UPDATE_ACTION); if($result) @@ -184,7 +184,7 @@ $maxrepeats=$row["maxrepeats"]; } - $actions="<A HREF=\"actions.php?register=edit&actionid=".$row["actionid"]."#form\">Change</A>"; + $actions="<A HREF=\"actionconf.php?register=edit&actionid=".$row["actionid"]."#form\">".S_CHANGE."</A>"; table_row(array( get_source_description($row["source"]), |
