20 lines
516 B
HTML
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" />
|