* Fix bug#32639

This commit is contained in:
zenggang
2023-03-03 08:35:31 +00:00
parent 00ab26727a
commit a762eb46e5
+1 -1
View File
@@ -30,7 +30,7 @@
<tr>
<th><?php echo $lang->zanode->hostName;?></th>
<td id='hostIdBox'><?php echo html::select('parent', $hostPairs, $hostID, "class='form-control chosen'")?></td>
<td><?php echo html::a($this->createLink('zahost', 'create') . '?onlybody=yes', $lang->zahost->create, '', "class='text-primary iframe'");?></td>
<td><?php echo html::a($this->createLink('zahost', 'create', array(), '', true), $lang->zahost->create, '', "class='text-primary iframe'");?></td>
</tr>
<tr>
<th class='w-120px'><?php echo $lang->zanode->name;?></th>