vpanel-stack/panel/ui/vmail/autoresponders-delete.html
Matthew Saunders Brown fd94a4e3c4 initial commit
2022-07-01 15:24:26 -07:00

20 lines
661 B
HTML

<include href="header.html" />
<check if="{{ @confirm }}">
<true>
<form action="{{@REALM}}" method="POST">
<fieldset>
<legend>Really Delete Autoresponder for Email Account {{ @PARAMS.mbox }}@{{ @PARAMS.domain }}</legend>
<br>
<input type="submit" value="Delete Autoresponder 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" />