automation
5 months ago
deactivationPoll
2 years ago
emails
2 months ago
form
1 week ago
newsletter
1 month ago
segments
1 month ago
subscribers
1 week ago
subscription
2 months ago
upgrade
1 year ago
woocommerce
1 year ago
analytics.html
2 years ago
automation.html
2 years ago
blank.html
2 years ago
experimental-features.html
4 years ago
forms.html
1 month ago
help.html
2 months ago
homepage.html
1 month ago
index.php
3 years ago
landingpage.html
2 years ago
layout.html
2 months ago
logs.html
4 weeks ago
mss_pitch_translations.html
3 years ago
newsletters.html
1 month ago
parsley-translations.html
2 years ago
premium_key_validation_strings.html
3 years ago
settings.html
2 years ago
settings_translations.html
4 days ago
upgrade_tiers.html
1 year ago
welcome_wizard.html
1 year ago
woo_system_info.html
3 years ago
woocommerce_setup.html
1 year ago
woo_system_info.html
42 lines
| 1 | <table class="wc_status_table widefat" cellspacing="0"> |
| 2 | <thead> |
| 3 | <tr> |
| 4 | <th colspan="3" data-export-label="MailPoet"><h2 |
| 5 | ><%= __("MailPoet") %> |
| 6 | <span class="woocommerce-help-tip" data-tip="<%= __("This section shows details of MailPoet")|escape('html_attr') %>"></span> |
| 7 | </h2></th> |
| 8 | </tr> |
| 9 | </thead> |
| 10 | <tbody> |
| 11 | <tr> |
| 12 | <td data-export-label="Sending Method"><%= __("Sending Method:") %></td> |
| 13 | <td class="help"> |
| 14 | <span class="woocommerce-help-tip" data-tip="<%= __("What method is used to send out newsletters?")|escape('html_attr') %>"></span> |
| 15 | </td> |
| 16 | <td><%= system_info.sending_method %></td> |
| 17 | </tr> |
| 18 | <tr> |
| 19 | <td data-export-label="Send all site's emails with"><%= __("Send all site's emails with:") %></td> |
| 20 | <td class="help"> |
| 21 | <span class="woocommerce-help-tip" data-tip="<%= __("With which method are transactional emails sent?")|escape('html_attr') %>"></span> |
| 22 | </td> |
| 23 | <td><%= system_info.transactional_emails %></td> |
| 24 | </tr> |
| 25 | <tr> |
| 26 | <td data-export-label="Task Scheduler method"><%= __("Task Scheduler method:") %></td> |
| 27 | <td class="help"> |
| 28 | <span class="woocommerce-help-tip" data-tip="<%= __("What method controls the cron job?")|escape('html_attr') %>"></span> |
| 29 | </td> |
| 30 | <td><%= system_info.task_scheduler_method %></td> |
| 31 | </tr> |
| 32 | <tr> |
| 33 | <td data-export-label="Cron ping URL"><%= __("Cron ping URL:") %></td> |
| 34 | <td class="help"> |
| 35 | <span class="woocommerce-help-tip" data-tip="<%= __("Which URL needs to be pinged to get the cron started?")|escape('html_attr') %>"></span> |
| 36 | </td> |
| 37 | <td><a href="<%= system_info.cron_ping_url|escape('html_attr') %>"><%= system_info.cron_ping_url %></a></td> |
| 38 | </tr> |
| 39 | </tbody> |
| 40 | </table> |
| 41 | |
| 42 |