| 1 |
<?php defined('ABSPATH') || exit; ?> |
| 2 |
|
| 3 |
<div class="emailkit_pro_overlay" id="emailkitproOverlay"> |
| 4 |
<div class="pro-notice"> |
| 5 |
<span id="closeProBtn"> |
| 6 |
<svg xmlns="http://www.w3.org/2000/svg" width="14" height="14" viewBox="0 0 14 14" fill="none"> |
| 7 |
<path d="M13 1L1 13" stroke="#9FA1A6" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round" /> |
| 8 |
<path d="M1 1L13 13" stroke="#9FA1A6" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round" /> |
| 9 |
</svg> |
| 10 |
</span> |
| 11 |
<div class="emailkit-admin-pro-content"> |
| 12 |
<div class="emailkit-admin-pro-logo"><img src="<?php echo esc_url(EMAILKIT_URL . 'assets/admin/img/logo.svg'); ?>" alt=""></div> |
| 13 |
<div class="emailkit-admin-pro-header"> |
| 14 |
<h1 class="emailkit-admin-pro-header-text">Customize Premium Template</h1> |
| 15 |
</div> |
| 16 |
<p class="emailkit-admin-pro-subtext">Design a custom email template that matches your brand</p> |
| 17 |
<button id="buyProBtn">Upgrade Now <span><svg width="16" height="13" viewBox="0 0 16 13" fill="none" xmlns="http://www.w3.org/2000/svg"> |
| 18 |
<path d="M10.0012 1L15 6.25L10.0012 11.5" stroke="white" stroke-width="1.5" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round" /> |
| 19 |
<path d="M1 6.25H14.86" stroke="white" stroke-width="1.5" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round" /> |
| 20 |
</svg> |
| 21 |
</span></button> |
| 22 |
|
| 23 |
</div> |
| 24 |
</div> |
| 25 |
</div> |