vpanel-stack/panel/ui/vmail/domains-delete.html
Matthew Saunders Brown fd94a4e3c4 initial commit
2022-07-01 15:24:26 -07:00

20 lines
516 B
HTML

<include href="header.html" />
<check if="{{ @confirm }}">
<form action="{{@NAV.fullpath}}" method="POST">
<fieldset>
<legend>Really Delete Email Domain {{ @PARAMS.domain }}</legend>
<br>
<input type="submit" value="Delete {{ @PARAMS.domain }}">
<br>
<small><b>CAUTION:</b> This will permanently remove the email domain {{ @PARAMS.domain }} including all email accounts, aliases, etc. from this server. There is no undo after this!</small>
</fieldset>
</form>
</check>
<include href="footer.html" />