diff options
| author | sasha <sasha@97f52cf1-0a1b-0410-bd0e-c28be96e8082> | 2007-10-24 10:39:43 +0000 |
|---|---|---|
| committer | sasha <sasha@97f52cf1-0a1b-0410-bd0e-c28be96e8082> | 2007-10-24 10:39:43 +0000 |
| commit | f41d50841de55c6e2a14d9c4df9bcc3d6830d887 (patch) | |
| tree | 39fd069054f81339faea67a25f5de33c54a9f801 /frontends/php/include/forms.inc.php | |
| parent | 196f05691a8b11aca754a36ce64421c34148f733 (diff) | |
| download | zabbix-f41d50841de55c6e2a14d9c4df9bcc3d6830d887.tar.gz zabbix-f41d50841de55c6e2a14d9c4df9bcc3d6830d887.tar.xz zabbix-f41d50841de55c6e2a14d9c4df9bcc3d6830d887.zip | |
- [DEV-48] Support of Ping and Traceroute in Status of Triggers screen
git-svn-id: svn://svn.zabbix.com/trunk@4908 97f52cf1-0a1b-0410-bd0e-c28be96e8082
Diffstat (limited to 'frontends/php/include/forms.inc.php')
| -rw-r--r-- | frontends/php/include/forms.inc.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/frontends/php/include/forms.inc.php b/frontends/php/include/forms.inc.php index ef0e0881..4ae1db02 100644 --- a/frontends/php/include/forms.inc.php +++ b/frontends/php/include/forms.inc.php @@ -4871,8 +4871,8 @@ include_once 'include/discovery.inc.php'; $script_info = DBfetch(DBselect("select name from scripts where scriptid=$scriptid")); - $frmResult = new CFormTable(S_COMMENTS." ".$script_info["name"]); - $frmResult->AddRow(S_COMMENTS,new CTextArea("message",$result["message"],100,25)); + $frmResult = new CFormTable($script_info["name"].': '.script_make_command($scriptid,$hostid)); + $frmResult->AddRow(S_RESULT,new CTextArea("message",$result["message"],100,25)); $frmResult->AddItemToBottomRow(new CButtonCancel(null,'close_window();')); $frmResult->Show(); |
