summaryrefslogtreecommitdiffstats
path: root/frontends/php/audit.php
diff options
context:
space:
mode:
authorartem <artem@97f52cf1-0a1b-0410-bd0e-c28be96e8082>2008-04-04 13:00:50 +0000
committerartem <artem@97f52cf1-0a1b-0410-bd0e-c28be96e8082>2008-04-04 13:00:50 +0000
commit0c36803f89f28d5aa6c13f37c4f25dafc9168a8c (patch)
tree5cdbe3897bde92b1611e97fbfab760fd988d6978 /frontends/php/audit.php
parent702bbb807da194eb19ba1f41e335ef18dddae455 (diff)
downloadzabbix-0c36803f89f28d5aa6c13f37c4f25dafc9168a8c.tar.gz
zabbix-0c36803f89f28d5aa6c13f37c4f25dafc9168a8c.tar.xz
zabbix-0c36803f89f28d5aa6c13f37c4f25dafc9168a8c.zip
- [DEV-124] small improvement (Artem)
git-svn-id: svn://svn.zabbix.com/trunk@5592 97f52cf1-0a1b-0410-bd0e-c28be96e8082
Diffstat (limited to 'frontends/php/audit.php')
-rw-r--r--frontends/php/audit.php6
1 files changed, 3 insertions, 3 deletions
diff --git a/frontends/php/audit.php b/frontends/php/audit.php
index 6ce3e40b..598b7fe4 100644
--- a/frontends/php/audit.php
+++ b/frontends/php/audit.php
@@ -136,7 +136,7 @@ include_once "include/page_header.php";
$frmForm->AddItem($cmbConf);
- show_table_header(S_AUDIT_BIG, $frmForm);
+// show_table_header(S_AUDIT_BIG, $frmForm);
if(0 == $config){
@@ -195,12 +195,12 @@ include_once "include/page_header.php";
));
}
- show_table_header(S_AUDIT_LOGS,null);
+ show_table_header(S_AUDIT_LOGS, $frmForm);
}
else if(1 == $config){
$table = get_history_of_actions($_REQUEST["start"], PAGE_SIZE, $sql_cond);
- show_table_header(S_AUDIT_ACTIONS,null);
+ show_table_header(S_AUDIT_ACTIONS, $frmForm);
}
/************************* FILTER **************************/