From bb85c60e0c3cac72e366c2444f8f594e2624ed3c Mon Sep 17 00:00:00 2001 From: artem Date: Thu, 8 Nov 2007 11:09:49 +0000 Subject: - [DEV-60] added column caption is changing to Hosts on Hosts location "left" in overview (Artem) git-svn-id: svn://svn.zabbix.com/trunk@4986 97f52cf1-0a1b-0410-bd0e-c28be96e8082 --- frontends/php/include/items.inc.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'frontends/php/include/items.inc.php') diff --git a/frontends/php/include/items.inc.php b/frontends/php/include/items.inc.php index fc07cca6..8a4d9a4d 100644 --- a/frontends/php/include/items.inc.php +++ b/frontends/php/include/items.inc.php @@ -909,7 +909,7 @@ COpt::profiling_start('prepare table'); } } else{ - $header=array(new CCol(S_ITEMS,'center')); + $header=array(new CCol(S_HOSTS,'center')); foreach($items as $descr => $ithosts) { $header=array_merge($header,array(new CImg('vtext.php?text='.$descr))); -- cgit