Viewing File: /usr/local/cpanel/whostmgr/docroot/cgi/ncssl/source/templates/modals.html.twig

<!-- Reorder Symantec modal -->
<div class="modal fade" id="reorderSymantecModal" tabindex="-1" role="dialog" aria-hidden="true">
    <div class="modal-dialog">
        <div class="modal-content">
            <div class="modal-header">
                <h4 class="modal-title">You will be redirected to Namecheap to reorder</h4>
                <button type="button" class="btn-close" data-bs-dismiss="modal" aria-label="Close"></button>
            </div>
            <div class="modal-body">
                <p>
                    As of <b>Nov 30, 2016</b>, Namecheap stopped selling Symantec SSL certificates (Symantec, GeoTrust, Thawte). Visit our Knowledgebase for more information about this change. <a target="_blank" href="{{ ncUrl ~ 'support/knowledgebase/article.aspx/9810/' }}">Learn more →</a>
                </p>
            </div>
            <div class="modal-footer">
                <button type="button" class="btn btn-secondary" data-bs-dismiss="modal">Close</button>
                <a href="{{ ncUrl ~ 'security/ssl-certificates.aspx' }}" target="_blank" class="btn btn-primary">Go to Namecheap</a>
            </div>
        </div>
    </div>
</div>

<!-- Download modal -->
<div class="modal fade" id="downloadCertModal" tabindex="-1" role="dialog" aria-hidden="true">
    <div class="modal-dialog modal-lg">
        <div class="modal-content">
            <div class="modal-header">
                <h4 class="modal-title">Download <span class="cert_name"></span></h4>
                <button type="button" class="close" data-bs-dismiss="modal" aria-label="Close"></button>
            </div>
            <div class="modal-body">
                <form action="./index.live.php?p=/certificate/download" method="post" class="download_cert_form">
                    <div class="input-group">
                        <input type="password" name="password" class="form-control" placeholder="Create password (at least 6 characters)" />
                        <button type="button" class="btn btn-outline-secondary" data-password-toggle><span class="glyphicon glyphicon-eye-close"></span></button>
                        <button class="btn btn-outline-secondary inactive tool-tip"
                                type="submit"
                                data-bs-toggle="tooltip"
                                data-bs-placement="top"
                                data-bs-title="Password must contain at least 6 characters"
                                data-bs-trigger="manual"
                                data-container="#downloadCertModal"
                                disabled>
                            Download SSL
                        </button>
                    </div>
                    <input type="hidden" class="cert_id" name="id" value=""/>
                    <input type="hidden" class="cert_nc_id" name="nc_id" value=""/>
                </form>
                <br />

                You will need the password to extract files from PFX archive. If you lose the password or archive, you'll need to reissue the SSL.
            </div>
        </div>
    </div>
</div>

<!-- Renewal modal -->
<div class="modal fade" id="renewalRedirectModal" tabindex="-1" role="dialog" aria-hidden="true">
    <div class="modal-dialog modal-lg">
        <div class="modal-content">
            <div class="modal-header">
                <h4 class="modal-title">You&rsquo;ll be redirected to Namecheap to renew</h4>
                <button type="button" class="close" data-bs-dismiss="modal" aria-label="Close"></button>
            </div>
            <div class="modal-body">
                <p>Renewal certificate will be available for installation in <a href="{{ generateUrlByRouteName('list.ready') }}">Ready for installation</a> section as soon as you complete the order</p>
                <p>Click "Sync" in case the renewal certificate doesn&rsquo;t appear in the list.</p>
            </div>
            <div class="modal-footer">
                <button type="button" class="btn btn-secondary" data-bs-dismiss="modal">Close</button>
                <a href="#"
                   target="_blank"
                   class="btn btn-primary"
                   data-redirect-link>Go to Namecheap</a>
            </div>
        </div>
    </div>
</div>

<!-- Reorder modal -->
<div class="modal fade" id="reorderRedirectModal" tabindex="-1" role="dialog" aria-hidden="true">
    <div class="modal-dialog modal-lg">
        <div class="modal-content">
            <div class="modal-header">
                <h4 class="modal-title">You will be redirected to Namecheap to reorder</h4>
                <button type="button" class="close" data-bs-dismiss="modal" aria-label="Close"></button>
            </div>
            <div class="modal-body">
                <p>SSL certificate will be available for installation in <a href="./index.live.php">Ready for installation</a> section as soon as you complete the order</p>
                <p>Click "Sync" in case a certificate doesn't appear in the list.</p>
            </div>
            <div class="modal-footer">
                <button type="button" class="btn btn-secondary" data-bs-dismiss="modal">Close</button>
                <a href="#"
                   target="_blank"
                   class="btn btn-primary"
                   data-redirect-link>Go to Namecheap</a>
            </div>
        </div>
    </div>
</div>
Back to Directory File Manager