📁
SKYSHELL MANAGER
PHP v8.2.31
Create
Create
Path:
root
/
home
/
thevaxnx
/
nativize.com
/
staging
/
wp-includes
/
js
/
tinymce
/
themes
/
Name
Size
Perm
Actions
📁
inlite
-
0755
🗑️
🏷️
🔒
📁
modern
-
0755
🗑️
🏷️
🔒
📄
wp-links-opml.php
6.83 KB
0444
🗑️
🏷️
⬇️
✏️
🔒
Edit: 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’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’t appear in the list.</p> <br data-modal-notice-heading style="display: none;"> <p data-modal-notice-heading style="display: none;">Heads up! We’ve updated our SSL provider.</p> <p data-modal-notice style="display: none;"></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> <!-- Certificate replacement notice modal --> <div class="modal fade" id="replacementNoticeModal" tabindex="-1" role="dialog" aria-hidden="true" data-bs-backdrop="static" data-bs-keyboard="false"> <div class="modal-dialog"> <div class="modal-content"> <div class="modal-header"> <h4 class="modal-title">We’ve updated our SSL provider.</h4> </div> <div class="modal-body"> <p data-replacement-notice-body></p> </div> <div class="modal-footer"> <button type="button" class="btn btn-primary" data-replacement-notice-ok>OK</button> </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> <br data-modal-notice-heading style="display: none;"> <p data-modal-notice-heading style="display: none;">Heads up! We’ve updated our SSL provider.</p> <p data-modal-notice style="display: none;"></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>
Save