automation
2 years ago
deactivationPoll
2 years ago
emails
3 years ago
form
2 years ago
newsletter
1 year ago
segments
2 years ago
subscribers
2 years ago
subscription
3 years ago
upgrade
2 years ago
woocommerce
3 years ago
analytics.html
1 year ago
automation.html
2 years ago
blank.html
2 years ago
experimental-features.html
4 years ago
forms.html
2 years ago
help.html
1 year ago
homepage.html
2 years ago
index.php
3 years ago
landingpage.html
2 years ago
layout.html
1 year ago
logs.html
2 years ago
mss_pitch_translations.html
3 years ago
newsletters.html
2 years ago
parsley-translations.html
2 years ago
premium_key_validation_strings.html
3 years ago
settings.html
2 years ago
settings_translations.html
2 years ago
upgrade.html
2 years ago
upgrade_tiers.html
2 years ago
welcome_wizard.html
2 years ago
woo_system_info.html
2 years ago
woocommerce_setup.html
2 years ago
experimental-features.html
25 lines
| 1 | <% extends 'layout.html' %> |
| 2 | |
| 3 | <% block content %> |
| 4 | |
| 5 | <div class="wrap"> |
| 6 | <h1 class="mailpoet-h1">Experimental features</h1> |
| 7 | |
| 8 | <div class="mailpoet_notice notice notice-error"> |
| 9 | <p> |
| 10 | <strong>These features are not finished, they are not meant to be used yet.</strong> |
| 11 | </p> |
| 12 | <p> |
| 13 | If you enable them anything can happen: your website may go down, |
| 14 | all your data can be deleted. |
| 15 | </p> |
| 16 | <p> |
| 17 | We are not liable. |
| 18 | </p> |
| 19 | </div> |
| 20 | |
| 21 | <div id="experimental_features_container"></div> |
| 22 | </div> |
| 23 | |
| 24 | <% endblock %> |
| 25 |