vpanel-stack/panel/ui/vmail/domains-delete.html

18 lines
515 B
HTML
Raw Normal View History

2022-07-01 15:24:26 -07:00
<include href="header.html" />
2022-08-31 14:19:30 -07:00
<check if="isset(@confirm)">
2022-07-01 15:24:26 -07:00
<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" />