PATH:
home
/
letacommog
/
entrepro
/
wp-content
/
themes
/
rehub
/
vafpress-framework
/
views
/
control
<?php if ( ! defined( 'ABSPATH' ) ) exit; // Exit if accessed directly ?> <?php extract($head_info); ?> <?php if(!$is_compact): ?> <div class="vp-field <?php echo ''.$type; ?><?php echo !empty($container_extra_classes) ? (' ' . $container_extra_classes) : ''; ?>" data-vp-type="<?php echo ''.$type; ?>" <?php echo VP_Util_Text::print_if_exists(isset($dependency) ? $dependency : '', 'data-vp-dependency="%s"'); ?> <?php echo ''.$is_hidden ? 'style="display: none;"' : ''; ?> id="<?php echo ''.$name; ?>"> <?php endif; ?> <?php switch ($status) { case 'normal': $icon_class = 'fa-lightbulb-o'; break; case 'info': $icon_class = 'fa-info-circle'; break; case 'success': $icon_class = 'fa-check-circle'; break; case 'warning': $icon_class = 'fa-exclamation-triangle'; break; case 'error': $icon_class = 'fa-times-circle'; break; default: $icon_class = 'fa-lightbulb-o'; break; } ?> <i class="far <?php echo ''.$icon_class; ?>"></i> <div class="label"><?php echo ''.$label; ?></div> <?php VP_Util_Text::print_if_exists($description, '<div class="description">%s</div>'); ?> <?php if(!$is_compact): ?> </div> <?php endif; ?>
[+]
..
[-] textarea.php
[edit]
[-] radioimage.php
[edit]
[-] wpeditor.php
[edit]
[-] textbox.php
[edit]
[-] fontawesome.php
[edit]
[-] codeeditor.php
[edit]
[-] color.php
[edit]
[-] upload.php
[edit]
[-] sorter.php
[edit]
[-] notebox.php
[edit]
[-] toggle.php
[edit]
[-] date.php
[edit]
[-] html.php
[edit]
[-] slider.php
[edit]
[-] checkbox.php
[edit]
[-] template_control_head.php
[edit]
[-] multiselect.php
[edit]
[-] select.php
[edit]
[-] template_control_foot.php
[edit]
[-] checkimage.php
[edit]
[-] radiobutton.php
[edit]