importExport
2 months ago
custom_fields.html
2 months ago
index.php
3 years ago
subscribers.html
1 week ago
tags.html
2 months ago
custom_fields.html
13 lines
| 1 | <% extends 'layout.html' %> |
| 2 | |
| 3 | <% block content %> |
| 4 | <div id="mailpoet_custom_fields_container"></div> |
| 5 | |
| 6 | <script type="text/javascript"> |
| 7 | var mailpoet_custom_fields_api = <%= json_encode(api) %>; |
| 8 | var mailpoet_custom_fields_subscribers_listing_url = <%= json_encode(subscribers_listing_url) %>; |
| 9 | var mailpoet_custom_fields_date_types = <%= json_encode(date_types) %>; |
| 10 | var mailpoet_custom_fields_date_formats = <%= json_encode(date_formats) %>; |
| 11 | </script> |
| 12 | <% endblock %> |
| 13 |