Viewing File: /usr/local/cpanel/base/frontend/jupiter/mail/dodelautoresconfirm.html.tt
[% SET CPANEL.CPVAR.dprefix = "../" %]
[% WRAPPER '_assets/master.html.tt'
app_key = 'autoresponders'
%]
<div class="body-content">
<p id="descAutoResponderConfirm">
[% locale.maketext("Are you sure you want to delete the autoresponder for “[output,class,_1,status]”?",FORM.item('email')) %]
</p>
<form action="dodelautores.html" method="post">
<input type="hidden" name="email" value="[% FORM.item('email') %]">
<div class="form-group">
<button type="submit" id="lnkDeleteAutoResponders" class="btn btn-primary">[% locale.maketext("Delete Autoresponder") %]</button>
<a id="lnkCancel" class="btn btn-link" href="autores.html">[% locale.maketext("Cancel") %]</a>
</div>
</form>
[% IF !(ExpVar.expand('$appname') == "webmail") %]
[% INCLUDE _assets/return_link.html.tt return_location='autores.html' return_link_text=locale.maketext('Go Back') %]
[% ELSE %]
[% INCLUDE _assets/return_link.html.tt return_location='../index.html' return_link_text=locale.maketext('Go Back') %]
[% END %]
</div>
[% END %]
Back to Directory
File Manager