| 1 |
<?php defined('ABSPATH') || exit; ?> |
| 2 |
|
| 3 |
<div class="attr-modal attr-fade" id="emailkit_form_modal" tabindex="-1" role="dialog" |
| 4 |
aria-labelledby="emailkit_form_modalLabel" style="display:none;"> |
| 5 |
<div class="attr-modal-dialog attr-modal-dialog-centered" id="emailkit-form-modalinput-form" role="document"> |
| 6 |
|
| 7 |
<div class="emailkit_update_container"> |
| 8 |
<div class="emailkit_update_header"> |
| 9 |
<div> |
| 10 |
<form action="" method="post" id="emailkit-form-modalinput-settings" class="" data-open-editor="0" |
| 11 |
data-editor-url="<?php echo esc_url(get_admin_url()); ?>"> |
| 12 |
<span class="update_close_icon" data-dismiss="modal" aria-label="Close Modal"> |
| 13 |
<svg xmlns="http://www.w3.org/2000/svg" width="14" height="14" viewBox="0 0 14 14" |
| 14 |
fill="none"> |
| 15 |
<path d="M13 1L1 13" stroke="#9FA1A6" stroke-width="1.5" stroke-linecap="round" |
| 16 |
stroke-linejoin="round" /> |
| 17 |
<path d="M1 1L13 13" stroke="#9FA1A6" stroke-width="1.5" stroke-linecap="round" |
| 18 |
stroke-linejoin="round" /> |
| 19 |
</svg> |
| 20 |
</span> |
| 21 |
</div> |
| 22 |
<div class="header_title"> |
| 23 |
<h2> |
| 24 |
<?php esc_html_e('Update Template', 'emailkit') ?> |
| 25 |
</h2> |
| 26 |
<p class="emailkit_update_subtitle"> |
| 27 |
<?php esc_html_e('Are you referring to updating the email template', 'emailkit'); ?> |
| 28 |
</p> |
| 29 |
</div> |
| 30 |
</div> |
| 31 |
<div class="emailkit_update_inputs"> |
| 32 |
|
| 33 |
<input type="text" name="emailkit_template_name" class="update_template_name" value="" |
| 34 |
placeholder="<?php esc_html_e('Enter Template Name', 'emailkit') ?>"> |
| 35 |
<input type="hidden" name="template_id" value="" id="template_id"> |
| 36 |
<?php wp_nonce_field('update_emailkit_template') ?> |
| 37 |
<div class="emailkit_update_buttons"> |
| 38 |
<button class="save_changes_button emailkit_update_template" data-action-type="savechange"> |
| 39 |
<?php esc_html_e('Save Changes', 'emailkit') ?> |
| 40 |
</button> |
| 41 |
<button class="emailkit_update_template loadbuilder" data-action-type="loadbuilder"> |
| 42 |
<?php esc_html_e('Edit with EmailKit', 'emailkit') ?> |
| 43 |
</button> |
| 44 |
</div> |
| 45 |
</div> |
| 46 |
</form> |
| 47 |
</div> |
| 48 |
</div> |
| 49 |
</div> |