| 1 | <h3><%= __('Post selection') %></h3> |
| 2 | <div class="mailpoet_settings_posts_selection"></div> |
| 3 | <div class="mailpoet_settings_posts_display_options mailpoet_closed"></div> |
| 4 | <div class="mailpoet_settings_posts_controls"> |
| 5 | <div class="mailpoet_form_field"> |
| 6 | <a href="javascript:;" class="mailpoet_settings_posts_show_post_selection mailpoet_hidden"><%= __('Back to selection') %></a> |
| 7 | <a href="javascript:;" class="mailpoet_settings_posts_show_display_options"><%= __('Display options') %></a> |
| 8 | </div> |
| 9 | <input type="button" class="button button-primary mailpoet_settings_posts_insert_selected" value="<%= __('Insert selected') | escape('html_attr') %>" /> |
| 10 | </div> |
| 11 |