diff options
| author | sasha <sasha@97f52cf1-0a1b-0410-bd0e-c28be96e8082> | 2007-11-01 08:42:44 +0000 |
|---|---|---|
| committer | sasha <sasha@97f52cf1-0a1b-0410-bd0e-c28be96e8082> | 2007-11-01 08:42:44 +0000 |
| commit | 5d4cf5c68822f6cca3241cf88a5b383fe09df923 (patch) | |
| tree | fdddf76401aa525898e11d7cbb8e8e932bcc2ae2 /frontends/php/include/forms.inc.php | |
| parent | ed11a2ed5b13699b30ba1d36f868c2ade959d3a1 (diff) | |
- [DEV-75] Empty command result window
- [DEV-74] Scripts of all nodes are displayed
[svn merge -r4948:4957 svn://svn.zabbix.com/branches/1.4.j]
git-svn-id: svn://svn.zabbix.com/trunk@4958 97f52cf1-0a1b-0410-bd0e-c28be96e8082
Diffstat (limited to 'frontends/php/include/forms.inc.php')
| -rw-r--r-- | frontends/php/include/forms.inc.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/frontends/php/include/forms.inc.php b/frontends/php/include/forms.inc.php index 3127a1f3..221bd682 100644 --- a/frontends/php/include/forms.inc.php +++ b/frontends/php/include/forms.inc.php @@ -4989,7 +4989,7 @@ include_once 'include/discovery.inc.php'; $message = ""; } $frmResult->AddRow(S_RESULT,new CTextArea("message",$message,100,25,'yes')); - $frmResult->AddItemToBottomRow(new CButtonCancel(null,'close_window();')); + $frmResult->AddItemToBottomRow(new CButton('close',S_CLOSE,'close_window();')); $frmResult->Show(); } |
