????
Current Path : /home2/morganrand/.trash/js_composer/include/templates/editors/popups/ |
Current File : /home2/morganrand/.trash/js_composer/include/templates/editors/popups/vc_ui-footer.tpl.php |
<div class="vc_ui-panel-footer-container" data-vc-ui-element="panel-footer"> <div class="vc_ui-panel-footer"> <div class="vc_ui-button-group"> <?php foreach ( $controls as $control ): ?> <?php extract( shortcode_atts( array( 'name' => '', 'label' => '', 'css_classes' => '', 'style' => 'default', ), (array) $control ) ); ?> <span class="vc_general vc_ui-button vc_ui-button-<?php echo esc_attr( $style ) ?> vc_ui-button-shape-<?php echo isset( $shape ) ? $shape : 'rounded' ?><?php echo strlen( $css_classes ) > 0 ? ' ' . esc_attr( $css_classes ) : '' ?>" data-vc-ui-element="button-<?php echo esc_attr( $name ) ?>"><?php echo esc_html( $label ) ?></span> <?php endforeach; ?> </span> </div> </div> </div>