vpanel-stack/panel/ui/vdns/zones-delete.html
Matthew Saunders Brown 144d8a23b3 add vdns code
2024-02-13 14:41:15 -08:00

18 lines
477 B
HTML

<include href="header.html" />
<check if="isset(@confirm)">
<form action="{{@NAV.fullpath}}" method="POST">
<fieldset>
<legend>Really Delete Zone {{ @PARAMS.zone }} from DNS</legend>
<br>
<input type="submit" value="Delete {{ @PARAMS.zone }}">
<br>
<small><b>CAUTION:</b> This will permanently remove the zone {{ @PARAMS.zone }} and all associated records from DNS. There is no undo after this!</small>
</fieldset>
</form>
</check>
<include href="footer.html" />