File "add_element_search.tpl.php"
Full Path: /home/jlklyejr/public_html/post-date/wp-content/plugins/js_composer/include/templates/editors/partials/add_element_search.tpl.php
File size: 433 bytes
MIME-type: text/x-php
Charset: utf-8
<?php
if ( ! defined( 'ABSPATH' ) ) {
die( '-1' );
}
?>
<div class="vc_ui-panel-header-actions">
<div class="vc_ui-search-box">
<div class="vc_ui-search-box-input">
<input type="search" id="vc_elements_name_filter" placeholder="<?php esc_attr_e( 'Search element by name', 'js_composer' ); ?>">
<label for="vc_elements_name_filter">
<i class="vc-composer-icon vc-c-icon-search"></i>
</label>
</div>
</div>
</div>