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
logs.html
21 lines
| 1 | <% extends 'layout.html' %> |
| 2 | |
| 3 | <% block content %> |
| 4 | |
| 5 | <div class="wrap"> |
| 6 | <h1 class="mailpoet-h1">Logs</h1> |
| 7 | |
| 8 | <div id="mailpoet_logs_container"></div> |
| 9 | |
| 10 | <script type="text/javascript"> |
| 11 | <% autoescape 'js' %> |
| 12 | var mailpoet_logs_default_from = '<%= logs_default_from %>'; |
| 13 | var mailpoet_logs_filter_options = <%= json_encode(logs_filter_options) %>; |
| 14 | var mailpoet_logs_api = <%= json_encode(api) %>; |
| 15 | var mailpoet_logs_download = <%= json_encode(download) %>; |
| 16 | <% endautoescape %> |
| 17 | </script> |
| 18 | </div> |
| 19 | |
| 20 | <% endblock %> |
| 21 |