summaryrefslogtreecommitdiffstats
path: root/frontends/php
diff options
context:
space:
mode:
authorartem <artem@97f52cf1-0a1b-0410-bd0e-c28be96e8082>2007-10-26 07:29:59 +0000
committerartem <artem@97f52cf1-0a1b-0410-bd0e-c28be96e8082>2007-10-26 07:29:59 +0000
commit908881987415da0ae0fd413667f8864cb447d9c4 (patch)
tree06ef2ec9c6479aa2565747935ff4616f09cad44e /frontends/php
parent7fa38045c733627b7d528c5722dc2ffa702c862c (diff)
downloadzabbix-908881987415da0ae0fd413667f8864cb447d9c4.tar.gz
zabbix-908881987415da0ae0fd413667f8864cb447d9c4.tar.xz
zabbix-908881987415da0ae0fd413667f8864cb447d9c4.zip
- [NTT-30] merged rev. 4902:4904 of branches/1.4.j/ (Artem)
git-svn-id: svn://svn.zabbix.com/trunk@4915 97f52cf1-0a1b-0410-bd0e-c28be96e8082
Diffstat (limited to 'frontends/php')
-rw-r--r--frontends/php/tr_status.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/frontends/php/tr_status.php b/frontends/php/tr_status.php
index b957be03..a6569a7e 100644
--- a/frontends/php/tr_status.php
+++ b/frontends/php/tr_status.php
@@ -218,8 +218,8 @@ include_once "include/page_header.php";
if(isset($_REQUEST['fullscreen'])) $r_form->AddVar("fullscreen",1);
show_table_header(
- new CLink(SPACE.S_STATUS_OF_TRIGGERS_BIG.SPACE.date("[H:i:s]",time()),'tr_status.php?show_triggers=$show_triggers'.
- '&show_events=$show_events&noactions=$noactions&compact=$compact&sort=$sort'.
+ new CLink(SPACE.S_STATUS_OF_TRIGGERS_BIG.SPACE.date("[H:i:s]",time()),"tr_status.php?show_triggers=$show_triggers".
+ "&show_events=$show_events&noactions=$noactions&compact=$compact&sort=$sort".
(!isset($_REQUEST["fullscreen"]) ? '&fullscreen=1' : '')),
$r_form);