diff options
| author | alex <alex@97f52cf1-0a1b-0410-bd0e-c28be96e8082> | 2007-03-23 12:11:24 +0000 |
|---|---|---|
| committer | alex <alex@97f52cf1-0a1b-0410-bd0e-c28be96e8082> | 2007-03-23 12:11:24 +0000 |
| commit | ca2394bf6c65466e40b5ea2dd37cc50b22543a16 (patch) | |
| tree | 2cb608eb9537bb6f3b8d21946a70db6f019d83ce /frontends/php/items.php | |
| parent | 26638658cc670d2c0937a00abe217f3bdf50da5a (diff) | |
| download | zabbix-ca2394bf6c65466e40b5ea2dd37cc50b22543a16.tar.gz zabbix-ca2394bf6c65466e40b5ea2dd37cc50b22543a16.tar.xz zabbix-ca2394bf6c65466e40b5ea2dd37cc50b22543a16.zip | |
Minor changes.
git-svn-id: svn://svn.zabbix.com/trunk@3916 97f52cf1-0a1b-0410-bd0e-c28be96e8082
Diffstat (limited to 'frontends/php/items.php')
| -rw-r--r-- | frontends/php/items.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/frontends/php/items.php b/frontends/php/items.php index f7fb45d8..d1ec2961 100644 --- a/frontends/php/items.php +++ b/frontends/php/items.php @@ -712,7 +712,7 @@ include_once "include/page_header.php"; $form->AddItem($cmbHosts); $form->AddItem(SPACE); - $form->AddItem(new CButton("external_filter",S_EXTERNAL_FILER)); + $form->AddItem(new CButton("external_filter",S_EXTERNAL_FILTER)); if($host_info = DBfetch(DBselect('select host from hosts where hostid='.$_REQUEST["hostid"]))) { |
