diff options
| author | hugetoad <hugetoad@97f52cf1-0a1b-0410-bd0e-c28be96e8082> | 2004-11-21 20:34:49 +0000 |
|---|---|---|
| committer | hugetoad <hugetoad@97f52cf1-0a1b-0410-bd0e-c28be96e8082> | 2004-11-21 20:34:49 +0000 |
| commit | 257cbef00a3771c36a041ad862fb9e2a102ddaf3 (patch) | |
| tree | 47b2149b6de1e6b2aa86e7131e29ac91b7ec3891 /frontends/php/items.php | |
| parent | 15e6595ee5942a361cdc0152845c2678cbe61de1 (diff) | |
| download | zabbix-257cbef00a3771c36a041ad862fb9e2a102ddaf3.tar.gz zabbix-257cbef00a3771c36a041ad862fb9e2a102ddaf3.tar.xz zabbix-257cbef00a3771c36a041ad862fb9e2a102ddaf3.zip | |
Cosmetic changes.
git-svn-id: svn://svn.zabbix.com/trunk@1504 97f52cf1-0a1b-0410-bd0e-c28be96e8082
Diffstat (limited to 'frontends/php/items.php')
| -rw-r--r-- | frontends/php/items.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/frontends/php/items.php b/frontends/php/items.php index b2d57993..721217ec 100644 --- a/frontends/php/items.php +++ b/frontends/php/items.php @@ -247,10 +247,10 @@ switch($row["status"]) { case 0: - $status=array("value"=>"<a href=\"items.php?itemid=".$row["itemid"]."&hostid=".$_GET["hostid"]."®ister=changestatus&status=1\">".S_ACTIVE."</a>","class"=>"off"); + $status=array("value"=>"<a class=\"off\" href=\"items.php?itemid=".$row["itemid"]."&hostid=".$_GET["hostid"]."®ister=changestatus&status=1\">".S_ACTIVE."</a>","class"=>"off"); break; case 1: - $status=array("value"=>"<a href=\"items.php?itemid=".$row["itemid"]."&hostid=".$_GET["hostid"]."®ister=changestatus&status=0\">".S_NOT_ACTIVE."</a>","class"=>"on"); + $status=array("value"=>"<a class=\"on\" href=\"items.php?itemid=".$row["itemid"]."&hostid=".$_GET["hostid"]."®ister=changestatus&status=0\">".S_NOT_ACTIVE."</a>","class"=>"on"); break; case 3: $status=array("value"=>S_NOT_SUPPORTED,"class"=>"unknown"); |
