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
|
|
|
<true>
|
|
|
|
<form action="{{@REALM}}" method="POST">
|
|
|
|
<fieldset>
|
|
|
|
<legend>Really Delete Forwarding for Email Account {{ @PARAMS.mbox }}@{{ @PARAMS.domain }}</legend>
|
|
|
|
<br>
|
|
|
|
<input type="submit" value="Delete Forwarding for {{ @PARAMS.mbox }}@{{ @PARAMS.domain }}">
|
|
|
|
</fieldset>
|
|
|
|
</form>
|
|
|
|
</true>
|
|
|
|
<false>
|
|
|
|
Go to <a href="{{@NAV.vmailbase}}/Accounts/{{ @PARAMS.mbox }}">{{ @PARAMS.mbox }}@{{ @PARAMS.domain }}</a></br>
|
|
|
|
Go to {{ @PARAMS.domain }} <a href="{{@NAV.vmailbase}}/Accounts">Email Accounts</a></br>
|
|
|
|
</false>
|
|
|
|
</check>
|
|
|
|
|
|
|
|
<include href="footer.html" />
|