summaryrefslogtreecommitdiffstats
path: root/frontends/php/audit.php
diff options
context:
space:
mode:
authorartem <artem@97f52cf1-0a1b-0410-bd0e-c28be96e8082>2008-05-06 13:49:08 +0000
committerartem <artem@97f52cf1-0a1b-0410-bd0e-c28be96e8082>2008-05-06 13:49:08 +0000
commit3766bb922ed8071a08c4d80c6754b41ad9155e47 (patch)
tree048c69cdf93d66005938b58a07e4398130a2ac6d /frontends/php/audit.php
parent8465ff8a0e531247f41f4d3c7b3b1cbe03643974 (diff)
downloadzabbix-3766bb922ed8071a08c4d80c6754b41ad9155e47.tar.gz
zabbix-3766bb922ed8071a08c4d80c6754b41ad9155e47.tar.xz
zabbix-3766bb922ed8071a08c4d80c6754b41ad9155e47.zip
- [DEV-137] updated external filter in Items screen (Artem)
git-svn-id: svn://svn.zabbix.com/trunk@5678 97f52cf1-0a1b-0410-bd0e-c28be96e8082
Diffstat (limited to 'frontends/php/audit.php')
-rw-r--r--frontends/php/audit.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/frontends/php/audit.php b/frontends/php/audit.php
index d7316ae3..2daac805 100644
--- a/frontends/php/audit.php
+++ b/frontends/php/audit.php
@@ -296,8 +296,8 @@ include_once "include/page_header.php";
$reset->SetType('button');
$reset->SetAction('javascript: var uri = new url(location.href); uri.setArgument("filter_rst",1); location.href = uri.getUrl();');
- $filterForm->AddItemToBottomRow($reset);
$filterForm->AddItemToBottomRow(new CButton("filter_set",S_FILTER));
+ $filterForm->AddItemToBottomRow($reset);
$navigation = array(
new CSpan(array('&laquo; ',$prev),'textcolorstyles'),