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/
Upload File :
Current Directory [ Writeable ] Root Directory [ Writeable ]


Current File : /home/saleoqej/chijamzacademy.com/wp-content/plugins/thrive-visual-editor/inc/menu/credit.php
<?php
/**
 * Created by PhpStorm.
 * User: Ovidiu
 * Date: 3/28/2017
 * Time: 11:41 AM
 */

if ( ! defined( 'ABSPATH' ) ) {
	exit; // Silence is golden
} ?>

<div id="tve-credit-component" class="tve-component" data-view="Credit">
	<div class="dropdown-header" data-prop="docked">
		<?php echo esc_html__( 'Main Options', 'thrive-cb' ); ?>
		<i></i>
	</div>
	<div class="dropdown-content">
		<div class="tve-control" data-key="style" data-initializer="credit_style_control"></div>
		<div class="tve-control mt-20" data-key="monochrome_background" data-view="ColorPicker"></div>
		<div class="control-grid">
			<div class="label"><?php echo esc_html__( 'Cards', 'thrive-cb' ); ?></div>
			<button class="tve-button click" data-fn="open_cards"><?php echo esc_html__( 'Add new', 'thrive-cb' ); ?></button>
		</div>
		<div class="tve-control" data-key="preview" data-initializer="card_preview_control"></div>
		<div class="tve-control mt-10" data-key="size" data-view="Slider"></div>
	</div>
</div>