vpanel-stack/panel/ui/vmail/aliases-delete.html
Matthew Saunders Brown a46cc02930 fix isset checks
2022-08-31 14:19:30 -07:00

19 lines
585 B
HTML

<include href="header.html" />
<check if="isset(@confirm)">
<true>
<form action="{{@REALM}}" method="POST">
<fieldset>
<legend>Really Delete Alias {{ @PARAMS.alias }}@{{ @PARAMS.domain }} > {{ @PARAMS.mbox }}@{{ @PARAMS.domain }}</legend>
<br>
<input type="submit" value="Delete Alias {{ @PARAMS.alias }}@{{ @PARAMS.domain }} > {{ @PARAMS.mbox }}@{{ @PARAMS.domain }}">
</fieldset>
</form>
</true>
<false>
Go to {{ @PARAMS.domain }} <a href="{{@NAV.vmailbase}}/Aliases">Aliases</a></br>
</false>
</check>
<include href="footer.html" />