<?phpprint_info_box_apply(gettext("The configuration for the DNS Resolver, has been changed").".<br />".gettext("You must apply the changes in order for them to take effect."));?><br/>
<td><ahref="services_unbound_overrides.php?type=host&act=del&id=<?=$i;?>"onclick="return confirm('<?=gettext("Do you really want to delete this host?");?>')"class="btn btn-default btn-xs"><spanclass="fa fa-trash text-muted"></span></a></td>
</tr>
</table>
</tr>
<?php$i++;endforeach;?>
<trstyle="display:none"><td></td></tr>
</tbody>
</table>
</div>
</div>
</div>
</section>
<sectionclass="col-xs-12">
<divclass="content-box">
<headerclass="content-box-head container-fluid">
<h3><?=gettext("Domain Overrides");?></h3>
</header>
<divclass="content-box-main col-xs-12">
<p><?=gettext("Entries in this area override an entire domain by specifying an".
" authoritative DNS server to be queried for that domain.");?></p>
<tdvalign="middle"><ahref="services_unbound_overrides.php?act=del&type=doverride&id=<?=$i;?>"onclick="return confirm('<?=gettext("Do you really want to delete this domain override?");?>')"class="btn btn-default btn-xs"><spanclass="fa fa-trash text-muted"></span></a></td>
<?phpprint_info_box_apply(gettext("The configuration for the DNS Resolver, has been changed").".<br />".gettext("You must apply the changes in order for them to take effect."));?><br/>