summaryrefslogtreecommitdiffstats
path: root/frontends/php/actionconf.php
diff options
context:
space:
mode:
authorosmiy <osmiy@97f52cf1-0a1b-0410-bd0e-c28be96e8082>2006-02-23 11:05:01 +0000
committerosmiy <osmiy@97f52cf1-0a1b-0410-bd0e-c28be96e8082>2006-02-23 11:05:01 +0000
commitfc7600352236af2c83e2c8eaa6e1699576da4c94 (patch)
tree50ab7a869497c61724bf798d51eee149d20803df /frontends/php/actionconf.php
parent03d1b9eef78d98b057ad1741653823c414329000 (diff)
downloadzabbix-fc7600352236af2c83e2c8eaa6e1699576da4c94.tar.gz
zabbix-fc7600352236af2c83e2c8eaa6e1699576da4c94.tar.xz
zabbix-fc7600352236af2c83e2c8eaa6e1699576da4c94.zip
- Minor cahnges (Eugene)
git-svn-id: svn://svn.zabbix.com/trunk@2680 97f52cf1-0a1b-0410-bd0e-c28be96e8082
Diffstat (limited to 'frontends/php/actionconf.php')
-rw-r--r--frontends/php/actionconf.php6
1 files changed, 3 insertions, 3 deletions
diff --git a/frontends/php/actionconf.php b/frontends/php/actionconf.php
index f9ef70b2..fc94f1ec 100644
--- a/frontends/php/actionconf.php
+++ b/frontends/php/actionconf.php
@@ -306,13 +306,13 @@
));
}
$footerButtons = array();
- array_push($footerButtons, new CButton('group_enable','enable selected',
+ array_push($footerButtons, new CButton('group_enable','Enable selected',
"return Confirm('Enable selected actions?');"));
array_push($footerButtons, SPACE);
- array_push($footerButtons, new CButton('group_disable','disable selected',
+ array_push($footerButtons, new CButton('group_disable','Disable selected',
"return Confirm('Disable selected actions?');"));
array_push($footerButtons, SPACE);
- array_push($footerButtons, new CButton('group_delete','delete selected',
+ array_push($footerButtons, new CButton('group_delete','Delete selected',
"return Confirm('Delete selected action?');"));
$tblActions->SetFooter(new CCol($footerButtons),'table_footer');