diff options
| author | artem <artem@97f52cf1-0a1b-0410-bd0e-c28be96e8082> | 2008-06-26 12:46:19 +0000 |
|---|---|---|
| committer | artem <artem@97f52cf1-0a1b-0410-bd0e-c28be96e8082> | 2008-06-26 12:46:19 +0000 |
| commit | 9d240eca134c2433ac0a548a2b7fbe1fccc7c66d (patch) | |
| tree | cd3d46256d09ca370f385dccf2082d0d33d96e78 /frontends/php/items.php | |
| parent | 63ce91166a8ecd8550db063ba9d9d914ec270e4c (diff) | |
| download | zabbix-9d240eca134c2433ac0a548a2b7fbe1fccc7c66d.tar.gz zabbix-9d240eca134c2433ac0a548a2b7fbe1fccc7c66d.tar.xz zabbix-9d240eca134c2433ac0a548a2b7fbe1fccc7c66d.zip | |
- [DEV-177] added checkbox range selection (Artem)
git-svn-id: svn://svn.zabbix.com/trunk@5800 97f52cf1-0a1b-0410-bd0e-c28be96e8082
Diffstat (limited to 'frontends/php/items.php')
| -rw-r--r-- | frontends/php/items.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/frontends/php/items.php b/frontends/php/items.php index 8d23745b..8dd886a2 100644 --- a/frontends/php/items.php +++ b/frontends/php/items.php @@ -930,7 +930,7 @@ include_once "include/page_header.php"; $applications = $show_applications ? implode(', ', get_applications_by_itemid($db_item["itemid"], 'name')) : null; if(!is_null($applications) && empty($applications)) $applications = ' - '; - $chkBox = new CCheckBox("group_itemid[]",null,null,$db_item["itemid"]); + $chkBox = new CCheckBox('group_itemid['.$db_item["itemid"].']',null,null,$db_item["itemid"]); //if($db_item["templateid"] > 0) $chkBox->SetEnabled(false); $table->AddRow(array( $show_host ? $db_item['host'] : null, |
