CommonJs.php
4 years ago
ConnectionIcon.php
4 years ago
ManualScheduling.php
4 years ago
SaveSchedulingButton.php
4 years ago
SchedulingHelp.php
4 years ago
SchedulingOptions.php
4 years ago
SchedulingUI.php
4 years ago
SaveSchedulingButton.php
22 lines
| 1 | <div class="wpae-save-button button button-primary button-hero wpallexport-large-button" |
| 2 | style="position: relative; width: 285px; margin-left: 5px;"> |
| 3 | <svg width="30" height="30" viewBox="0 0 1792 1792" |
| 4 | xmlns="http://www.w3.org/2000/svg" |
| 5 | style="fill: white; display: none;"> |
| 6 | <path |
| 7 | d="M1671 566q0 40-28 68l-724 724-136 136q-28 28-68 28t-68-28l-136-136-362-362q-28-28-28-68t28-68l136-136q28-28 68-28t68 28l294 295 656-657q28-28 68-28t68 28l136 136q28 28 28 68z" |
| 8 | fill="white"/> |
| 9 | </svg> |
| 10 | <div class="easing-spinner" style="display: none;"> |
| 11 | <div class="double-bounce1"></div> |
| 12 | <div class="double-bounce2"></div> |
| 13 | </div> |
| 14 | <div class="save-text" |
| 15 | style="display: block; position:absolute; <?php if($this->isWizard) {?> left: 70px; <?php } else { ?> left: 60px; <?php } ?> top:0; user-select: none;"> |
| 16 | <?php if($this->isWizard) {?> |
| 17 | <?php _e('Confirm & Run Export', 'wp_all_export_plugin'); ?> |
| 18 | <?php } else { ?> |
| 19 | <?php _e('Save Export Configuration', 'wp_all_export_plugin'); ?> |
| 20 | <?php } ?> |
| 21 | </div> |
| 22 | </div> |