diff options
| author | osmiy <osmiy@97f52cf1-0a1b-0410-bd0e-c28be96e8082> | 2006-02-01 10:42:14 +0000 |
|---|---|---|
| committer | osmiy <osmiy@97f52cf1-0a1b-0410-bd0e-c28be96e8082> | 2006-02-01 10:42:14 +0000 |
| commit | 1ad92c8782cf4191d79d8bb12c0b1756e0868301 (patch) | |
| tree | 808612dd62a577cf6092f6458d2cb26a8f0d9a15 /frontends/php/items.php | |
| parent | 1a2630578a3b2ce6eb8fd375dba0eb040255a8ad (diff) | |
| download | zabbix-1ad92c8782cf4191d79d8bb12c0b1756e0868301.tar.gz zabbix-1ad92c8782cf4191d79d8bb12c0b1756e0868301.tar.xz zabbix-1ad92c8782cf4191d79d8bb12c0b1756e0868301.zip | |
- Frontend improvements (Eugene)
git-svn-id: svn://svn.zabbix.com/trunk@2595 97f52cf1-0a1b-0410-bd0e-c28be96e8082
Diffstat (limited to 'frontends/php/items.php')
| -rw-r--r-- | frontends/php/items.php | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/frontends/php/items.php b/frontends/php/items.php index b5331505..2c0e4f4d 100644 --- a/frontends/php/items.php +++ b/frontends/php/items.php @@ -351,14 +351,14 @@ $input= array( new CCheckBox($row["itemid"]), - new CLink($row["itemid"],"items.php?form=0&itemid=". + new CLink($row["itemid"],"items.php?form=update&itemid=". $row["itemid"]. url_param("hostid").url_param("groupid")) ); - $key = new CLink($row["key_"],"items.php?form=0&itemid=". + $key = new CLink($row["key_"],"items.php?form=update&itemid=". $row["itemid"]. url_param("hostid").url_param("groupid")); - $description = new CLink($row["description"],"items.php?form=0&itemid=". + $description = new CLink($row["description"],"items.php?form=update&itemid=". $row["itemid"].url_param("hostid").url_param("groupid")); switch($row["type"]){ |
