| 1 |
<?php |
| 2 |
/** |
| 3 |
* Template Insert Button |
| 4 |
*/ |
| 5 |
if (!defined('ABSPATH')) { |
| 6 |
exit; // Exit if accessed directly |
| 7 |
} |
| 8 |
?> |
| 9 |
<# if ( '' !=url ) { #> |
| 10 |
<a class="template-library-live-preview jltma-live-preview-link" href="{{{ url }}}" target="_blank" style="text-transform: capitalize; font-weight: 400;"> |
| 11 |
<i class="eicon-editor-external-link" aria-hidden="true"></i> |
| 12 |
<?php esc_html_e('Live Preview', 'master-addons' ); ?> |
| 13 |
</a> |
| 14 |
<# } #> |
| 15 |
|
| 16 |
<# if ( 'valid'===window.MasterAddonsData.license.status || ! pro ) { #> |
| 17 |
<a class="elementor-template-library-template-action ma-el-template-insert elementor-button"> |
| 18 |
<i class="eicon-file-download"></i> |
| 19 |
<span class="elementor-button-title"> |
| 20 |
<?php echo esc_html__('Insert', 'master-addons' ); ?> |
| 21 |
</span> |
| 22 |
</a> |
| 23 |
<# } else { #> |
| 24 |
<a class="template-library-activate-license elementor-button elementor-button-go-pro" href="{{{ window.MasterAddonsData.license.activateLink }}}" target="_blank"> |
| 25 |
<i class="eicon-editor-external-link" aria-hidden="true"></i> |
| 26 |
{{{ window.MasterAddonsData.license.proMessage }}} |
| 27 |
</a> |
| 28 |
<# } #> |
| 29 |
|