21 lines
617 B
HTML
21 lines
617 B
HTML
|
<include href="header.html" />
|
||
|
|
||
|
<check if="isset(@confirm)">
|
||
|
<true>
|
||
|
<form action="{{@REALM}}" method="POST">
|
||
|
<fieldset>
|
||
|
<legend>Really Delete DKIM {{ @PARAMS.domain }}</legend>
|
||
|
<br>
|
||
|
<input type="submit" value="Delete DKIM for {{ @PARAMS.domain }}">
|
||
|
<br>
|
||
|
<small><b>CAUTION:</b> This will permanently remove the DKIM keys for {{ @PARAMS.domain }}.<br>You probably want to delete the associated DNS entry too.</small>
|
||
|
</fieldset>
|
||
|
</form>
|
||
|
</true>
|
||
|
<false>
|
||
|
Go to <a href="{{@NAV.vmailbase}}">{{ @PARAMS.domain }}</a></br>
|
||
|
</false>
|
||
|
</check>
|
||
|
|
||
|
<include href="footer.html" />
|