Viewing File: /usr/local/cpanel/base/frontend/jupiter/gpg/delkey.html.tt

[% SET CPANEL.CPVAR.dprefix = "../" %]

[% WRAPPER '_assets/master.html.tt'
    app_key = 'encryption'
%]
<div class="body-content">
    <div id="warnUserContainer" class="alert alert-warning">
        <span class="glyphicon glyphicon-exclamation-sign" aria-hidden="true"></span>
        <div class="alert-message">
            [% locale.maketext("This function will delete all keys that match this [asis,ID] ([_1]).", FORM.key) %]
        </div>
    </div>

    <p id="descDeleteKeyConfirm">[% locale.maketext("Are you sure you wish to delete this key?") %]</p>

    <a id="btnYes" class="btn btn-primary" href="dodelkey.html?key=[% FORM.key %]" >
        [% locale.maketext("Yes") %]
    </a>
    <a id="btnNo" class="btn btn-link" href="index.html" >
        [% locale.maketext("No") %]
    </a>

    [% INCLUDE _assets/return_link.html.tt return_location='index.html' return_link_text=locale.maketext('Go Back') %]

</div>
[% END %]
Back to Directory File Manager