diff options
| author | artem <artem@97f52cf1-0a1b-0410-bd0e-c28be96e8082> | 2008-07-18 10:56:37 +0000 |
|---|---|---|
| committer | artem <artem@97f52cf1-0a1b-0410-bd0e-c28be96e8082> | 2008-07-18 10:56:37 +0000 |
| commit | d5ab62f761aa744402aac799c894dad15e3fa68a (patch) | |
| tree | f170360410fe3f8600c28fc2c517620a86f4eb9b /frontends/php/include/forms.inc.php | |
| parent | ac9f1249cfe9a03b56ad1e58dbb0e227975c0f54 (diff) | |
| download | zabbix-d5ab62f761aa744402aac799c894dad15e3fa68a.tar.gz zabbix-d5ab62f761aa744402aac799c894dad15e3fa68a.tar.xz zabbix-d5ab62f761aa744402aac799c894dad15e3fa68a.zip | |
- [DEV-137] fixes for oracle (Artem)
- [DEV-137] small fixes (Artem)
git-svn-id: svn://svn.zabbix.com/trunk@5834 97f52cf1-0a1b-0410-bd0e-c28be96e8082
Diffstat (limited to 'frontends/php/include/forms.inc.php')
| -rw-r--r-- | frontends/php/include/forms.inc.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/frontends/php/include/forms.inc.php b/frontends/php/include/forms.inc.php index 51160467..3be5b593 100644 --- a/frontends/php/include/forms.inc.php +++ b/frontends/php/include/forms.inc.php @@ -2060,7 +2060,7 @@ $target_list = array(); while($target = DBfetch($db_targets)){ array_push($target_list,array( - new CCheckBox('copy_targetid[]', + new CCheckBox('copy_targetid['.$target['target_id'].']', uint_in_array($target['target_id'], $copy_targetid), null, $target['target_id']), @@ -4707,7 +4707,7 @@ $frmHostT->AddVar("hostid",$_REQUEST["hostid"]); } - $frmHostT->AddRow(S_TEMPLATE,new CTextBox("tname",$name,60)); + $frmHostT->AddRow(S_TEMPLATE,new CTextBox("tname",$name,60,'yes')); $hosts_in_tpl = array(); $sql = 'SELECT DISTINCT h.hostid,h.host '. |
