22 lines
794 B
HTML
22 lines
794 B
HTML
<include href="header.html" />
|
|
|
|
<check if="isset(@confirm)">
|
|
<true>
|
|
<form action="{{@REALM}}" method="POST">
|
|
<fieldset>
|
|
<legend>Really Delete Email Account {{ @PARAMS.mbox }}@{{ @PARAMS.domain }}</legend>
|
|
<br>
|
|
<input type="submit" value="Delete {{ @PARAMS.mbox }}@{{ @PARAMS.domain }}">
|
|
<br>
|
|
<small><b>CAUTION:</b> This will permanently remove the email account {{ @PARAMS.mbox }}@{{ @PARAMS.domain }} and any related settings (Forwarding etc.) from this server. There is no undo after this!</small>
|
|
</fieldset>
|
|
</form>
|
|
</true>
|
|
<false>
|
|
Go to <a href="{{@NAV.vmailbase}}">{{ @PARAMS.domain }}</a></br>
|
|
Go to {{ @PARAMS.domain }} <a href="{{@NAV.vmailbase}}/Accounts">Email Accounts</a></br>
|
|
</false>
|
|
</check>
|
|
|
|
<include href="footer.html" />
|