From 7bd32deba70c8ea3d3700d10b075ce90a7286325 Mon Sep 17 00:00:00 2001 From: hugetoad Date: Sat, 31 Dec 2005 11:05:40 +0000 Subject: Minor changes. git-svn-id: svn://svn.zabbix.com/trunk@2463 97f52cf1-0a1b-0410-bd0e-c28be96e8082 --- frontends/php/tr_status.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'frontends/php/tr_status.php') diff --git a/frontends/php/tr_status.php b/frontends/php/tr_status.php index bb56d4c4..e6feaf23 100644 --- a/frontends/php/tr_status.php +++ b/frontends/php/tr_status.php @@ -579,8 +579,8 @@ $actions=array("hide"=>1); if($noactions!='true') { - $actions="".S_SHOW_ACTIONS." - "; - $actions=$actions."".S_HISTORY." - "; +// $actions="".S_SHOW_ACTIONS." - "; + $actions="".S_HISTORY." - "; if(isset($_REQUEST["hostid"])) { $actions=$actions."".S_CHANGE.""; -- cgit