summaryrefslogtreecommitdiffstats
path: root/frontends/php/include
diff options
context:
space:
mode:
authorsasha <sasha@97f52cf1-0a1b-0410-bd0e-c28be96e8082>2007-11-01 08:42:44 +0000
committersasha <sasha@97f52cf1-0a1b-0410-bd0e-c28be96e8082>2007-11-01 08:42:44 +0000
commit5d4cf5c68822f6cca3241cf88a5b383fe09df923 (patch)
treefdddf76401aa525898e11d7cbb8e8e932bcc2ae2 /frontends/php/include
parented11a2ed5b13699b30ba1d36f868c2ade959d3a1 (diff)
downloadzabbix-5d4cf5c68822f6cca3241cf88a5b383fe09df923.tar.gz
zabbix-5d4cf5c68822f6cca3241cf88a5b383fe09df923.tar.xz
zabbix-5d4cf5c68822f6cca3241cf88a5b383fe09df923.zip
- [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')
-rw-r--r--frontends/php/include/forms.inc.php2
-rw-r--r--frontends/php/include/locales/en_gb.inc.php1
2 files changed, 2 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();
}
diff --git a/frontends/php/include/locales/en_gb.inc.php b/frontends/php/include/locales/en_gb.inc.php
index ec6d2952..5ac58fdc 100644
--- a/frontends/php/include/locales/en_gb.inc.php
+++ b/frontends/php/include/locales/en_gb.inc.php
@@ -1313,6 +1313,7 @@
'S_CANNOT_DELETE_SCRIPT'=> 'Cannot delete script',
'S_TOOLS'=> 'Tools',
'S_RESULT'=> 'Result',
+ 'S_CLOSE'=> 'Close',
// audit.php