Revision 1fa1a40b
Added by Colin Fleming about 10 years ago
usr/local/www/services_unbound.php | ||
---|---|---|
468 | 468 |
<td><a href="services_unbound.php?type=host&act=del&id=<?=$i;?>" onclick="return confirm('<?=gettext("Do you really want to delete this host?");?>')"><img src="./themes/<?= $g['theme']; ?>/images/icons/icon_x.gif" width="17" height="17" border="0" alt="delete" /></a></td> |
469 | 469 |
</tr> |
470 | 470 |
</table> |
471 |
</td> |
|
471 | 472 |
</tr> |
472 | 473 |
<?php if ($hostent['aliases']['item'] && is_array($hostent['aliases']['item'])): ?> |
473 | 474 |
<?php foreach ($hostent['aliases']['item'] as $alias): ?> |
Also available in: Unified diff
Tidy up "services_unbound.php" XHTML
Add missing closing TD tag