summaryrefslogtreecommitdiffstats
path: root/frontends/php/tr_status.php
diff options
context:
space:
mode:
authorartem <artem@97f52cf1-0a1b-0410-bd0e-c28be96e8082>2007-12-27 13:58:16 +0000
committerartem <artem@97f52cf1-0a1b-0410-bd0e-c28be96e8082>2007-12-27 13:58:16 +0000
commit0c61274fcf75d2fcc545b761d64d3307323afcd3 (patch)
tree33c8c74f5ddd66cde9c98bbc6f7aca8d3c46cb23 /frontends/php/tr_status.php
parent4f6965b12e09c357d57b03fae328dcbb9d384310 (diff)
downloadzabbix-0c61274fcf75d2fcc545b761d64d3307323afcd3.tar.gz
zabbix-0c61274fcf75d2fcc545b761d64d3307323afcd3.tar.xz
zabbix-0c61274fcf75d2fcc545b761d64d3307323afcd3.zip
- [DEV-91] added printable view for pages (Artem)
git-svn-id: svn://svn.zabbix.com/trunk@5204 97f52cf1-0a1b-0410-bd0e-c28be96e8082
Diffstat (limited to 'frontends/php/tr_status.php')
-rw-r--r--frontends/php/tr_status.php10
1 files changed, 6 insertions, 4 deletions
diff --git a/frontends/php/tr_status.php b/frontends/php/tr_status.php
index f4532cfa..3208fcb7 100644
--- a/frontends/php/tr_status.php
+++ b/frontends/php/tr_status.php
@@ -585,15 +585,17 @@ include_once "include/page_header.php";
unset($row,$description, $actions);
}
- zbx_add_post_js('blink.init();');
- $m_form->AddItem($table);
-
- $m_form->Additem(get_table_header(array(S_TOTAL.": ",
+ $table->SetFooter(new CCol(array(S_TOTAL.": ",
$table->GetNumRows(),
SPACE.SPACE.SPACE,
($config['event_ack_enable'])?(new CButton('bulkacknowledge',S_BULK_ACKNOWLEDGE,'javascript: submit();')):(SPACE)
)));
+
+ $m_form->AddItem($table);
$m_form->Show();
+ unset($table);
+
+ zbx_add_post_js('blink.init();');
$jsmenu = new CPUMenu(null,170);
$jsmenu->InsertJavaScript();