From 0c61274fcf75d2fcc545b761d64d3307323afcd3 Mon Sep 17 00:00:00 2001 From: artem Date: Thu, 27 Dec 2007 13:58:16 +0000 Subject: - [DEV-91] added printable view for pages (Artem) git-svn-id: svn://svn.zabbix.com/trunk@5204 97f52cf1-0a1b-0410-bd0e-c28be96e8082 --- frontends/php/tr_status.php | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) (limited to 'frontends/php/tr_status.php') 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(); -- cgit