diff options
| author | osmiy <osmiy@97f52cf1-0a1b-0410-bd0e-c28be96e8082> | 2007-06-06 11:15:14 +0000 |
|---|---|---|
| committer | osmiy <osmiy@97f52cf1-0a1b-0410-bd0e-c28be96e8082> | 2007-06-06 11:15:14 +0000 |
| commit | eeb3092753c5be4640438a2982b045064fc8c6e5 (patch) | |
| tree | f5df598cf506a6af992ba4edeb4d07b85c2bccfa /frontends/php/include/forms.inc.php | |
| parent | b0ed6e446373f606e767ca3aad95b06631e0e4a6 (diff) | |
| download | zabbix-eeb3092753c5be4640438a2982b045064fc8c6e5.tar.gz zabbix-eeb3092753c5be4640438a2982b045064fc8c6e5.tar.xz zabbix-eeb3092753c5be4640438a2982b045064fc8c6e5.zip | |
- merged from branches/1.4.1 rev. 4243:4244 (Eugene) [fixed name under Host Profile]
git-svn-id: svn://svn.zabbix.com/trunk@4245 97f52cf1-0a1b-0410-bd0e-c28be96e8082
Diffstat (limited to 'frontends/php/include/forms.inc.php')
| -rw-r--r-- | frontends/php/include/forms.inc.php | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/frontends/php/include/forms.inc.php b/frontends/php/include/forms.inc.php index af2449d1..944ed609 100644 --- a/frontends/php/include/forms.inc.php +++ b/frontends/php/include/forms.inc.php @@ -4017,11 +4017,11 @@ include_once 'include/discovery.inc.php'; $template_table->SetCellPadding(0); $template_table->SetCellSpacing(0); - foreach($templates as $id => $name) + foreach($templates as $id => $temp_name) { - $frmHost->AddVar('templates['.$id.']',$name); + $frmHost->AddVar('templates['.$id.']',$temp_name); $template_table->AddRow(array( - $name, + $temp_name, new CButton('unlink['.$id.']',S_UNLINK), isset($original_templates[$id]) ? new CButton('unlink_and_clear['.$id.']',S_UNLINK_AND_CLEAR) : SPACE ) |
