|
Server : LiteSpeed System : Linux server104.web-hosting.com 4.18.0-513.24.1.lve.1.el8.x86_64 #1 SMP Thu May 9 15:10:09 UTC 2024 x86_64 User : saleoqej ( 6848) PHP Version : 8.0.30 Disable Function : NONE Directory : /home/saleoqej/chijamzacademy.com/wp-content/plugins/thrive-visual-editor/inc/menu/ |
<?php
/**
* Thrive Themes - https://thrivethemes.com
*
* @package thrive-visual-editor
*/
if ( ! defined( 'ABSPATH' ) ) {
exit; // Silence is golden!
}
?>
<div id="tve-symbol-component" class="tve-component" data-view="Symbol">
<div class="dropdown-header" data-prop="docked">
<?php echo esc_html__( 'Main Options', 'thrive-cb' ); ?>
<i></i>
</div>
<div class="dropdown-content">
<div class="pb-10 tcb-text-center">
<?php echo esc_html__( 'This is a symbol. You can edit it as a global element( it updates simultaneously all over the places you used it) or unlink it and you edit it as a regular element', 'thrive-cb' ); ?>
</div>
<hr>
<div class="control-grid">
<button class="tve-button orange click" data-fn="edit_symbol">
<?php echo esc_html__( 'Edit as Symbol ', 'thrive-cb' ); ?>
</button>
<button class="tve-button grey long click fixed-100" data-fn="unlink_symbol">
<?php echo esc_html__( 'Unlink', 'thrive-cb' ); ?>
</button>
</div>
</div>
</div>