Viewing File: /usr/local/cpanel/base/frontend/jupiter/psql/deldbconfirm.html.tt
[% SET CPANEL.CPVAR.dprefix = "../" %]
[% WRAPPER '_assets/master.html.tt'
app_key = 'postgresql_databases'
-%]
<div class="body-content">
<p id="descConfirmation">
[% locale.maketext("Are you sure you wish to permanently remove the “[_1]” database?", FORM.db) %]
</p>
<a id="btnDelete" class="btn btn-primary" href="deldb.html?db=[% RAW_FORM.db | uri %]">
[% locale.maketext("Delete Database") %]
</a>
<a id="btnCancel" class="btn btn-link" href="index.html">
[% locale.maketext("Cancel") %]
</a>
[% INCLUDE _assets/return_link.html.tt return_location='index.html' return_link_text=locale.maketext('Go Back') %]
</div>
[% END #wrapper %]
Back to Directory
File Manager