images
3 years ago
javascript
3 years ago
stylesheet
3 years ago
admin.php
3 years ago
connect.php
3 years ago
dashboard.php
2 years ago
diag.php
3 years ago
help.php
3 years ago
safemode.php
3 years ago
safemode.tpl
4 years ago
safemode.php
19 lines
| 1 | <div id="nitropack-safemode-popup"> |
| 2 | <i id="np-safemode-loader-loading" class="fa fa-refresh fa-spin np-safemode-loader-icon" style="display:none;"></i> |
| 3 | <i id="np-safemode-loader-success" class="fa fa-check-circle np-safemode-loader-icon" style="display:none;"></i> |
| 4 | <i id="np-safemode-loader-error" class="fa fa-times-circle np-safemode-loader-icon" style="display:none;"></i> |
| 5 | <div id="np-safemode-content"> |
| 6 | <div class="np-safemode-title"> |
| 7 | <?php esc_html_e( 'Did you know...', 'nitropack' ); ?> |
| 8 | </div> |
| 9 | <div class="np-safemode-msg"> |
| 10 | <?php esc_html_e( 'It is not necessary to deactivate NitroPack for troubleshooting.', 'nitropack' ); ?> |
| 11 | <?php esc_html_e( 'You can use our', 'nitropack' ); ?> <a href="https://support.nitropack.io/hc/en-us/articles/360060910574-Safe-Mode" target="blank"><?php esc_html_e( 'Safe Mode', 'nitropack' ); ?></a> <?php esc_html_e( 'instead.', 'nitropack' ); ?> <?php esc_html_e( 'Do you still want to deactivate?', 'nitropack' ); ?> |
| 12 | </div> |
| 13 | <div class="np-safemode-controls"> |
| 14 | <a id="np-safemode-nogo" class="btn btn-main" type="submit" name="np-safemode-nogo" ><?php esc_html_e( 'Yes, deactivate', 'nitropack' ); ?></a> |
| 15 | <a id="np-safemode-go" class="btn btn-sec" type="submit" name="np-safemode-go" ><?php esc_html_e( 'No, enable "Safe Mode"', 'nitropack' ); ?></a> |
| 16 | </div> |
| 17 | </div> |
| 18 | </div> |
| 19 | <div id="nitropack-safemode-veil"></div> |