vpanel-stack/panel/ui/vmail/dkim-delete.html
2023-06-19 11:53:16 -07:00

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" />