Submit
Path:
~
/
home
/
getwphos
/
www
/
brueggemann
/
wp-content
/
plugins
/
js_composer
/
include
/
templates
/
editors
/
partials
/
File Content:
backend_controls.tpl.php
<?php /** * Backend controls template. * * @var string $shortcode * @var string $name * @var string $name_css_class * @var string $position * @var array $controls * @var bool $add_allowed * @var string $extended_css */ if ( ! defined( 'ABSPATH' ) ) { die( '-1' ); } $edit_access = vc_user_access_check_shortcode_edit( $shortcode ); $all_access = vc_user_access_check_shortcode_all( $shortcode ); $move_access = vc_user_access()->part( 'dragndrop' )->checkStateAny( true, null )->get(); ?> <div class="vc_controls<?php echo ! empty( esc_attr( $extended_css ) ) ? ' ' . esc_attr( $extended_css ) : ''; ?>"> <div class="vc_controls-<?php echo esc_attr( $position ); ?>"> <a class="<?php echo esc_attr( $name_css_class ); ?>"> <span class="vc_btn-content" <?php //phpcs:ignore ?> title="<?php if ( $all_access && $move_access ) : printf( esc_attr__( 'Drag to move %s', 'js_composer' ), esc_attr( $name ) ); //phpcs:ignore ?>"><i class="vc-composer-icon vc-c-icon-dragndrop"></i> <?php else : print( esc_attr( $name ) ); echo '">'; endif; echo esc_html( $name ); ?> </span> </a> <?php foreach ( $controls as $control ) : ?> <?php if ( 'add' === $control && $add_allowed ) : ?> <a class="vc_control-btn vc_control-btn-prepend vc_edit" href="#" title="<?php printf( esc_attr__( 'Prepend to %s', 'js_composer' ), esc_attr( $name ) ); ?>"> <span class="vc_btn-content"><i class="vc-composer-icon vc-c-icon-add"></i></span> </a> <?php elseif ( $edit_access && 'edit' === $control ) : ?> <a class="vc_control-btn vc_control-btn-edit" href="#" title="<?php printf( esc_attr__( 'Edit %s', 'js_composer' ), esc_attr( $name ) ); ?>"> <span class="vc_btn-content"><i class="vc-composer-icon vc-c-icon-mode_edit"></i></span> </a> <?php elseif ( $all_access && 'clone' === $control ) : ?> <a class="vc_control-btn vc_control-btn-clone" href="#" title="<?php printf( esc_attr__( 'Clone %s', 'js_composer' ), esc_attr( $name ) ); ?>"> <span class="vc_btn-content"><i class="vc-composer-icon vc-c-icon-clone"></i></span> </a> <?php elseif ( $all_access && 'copy' === $control ) : ?> <a class="vc_control-btn vc_control-btn-copy" href="#" title="<?php printf( esc_attr__( 'Copy %s', 'js_composer' ), esc_attr( $name ) ); ?>"> <span class="vc_btn-content"><i class="vc-composer-icon vc-c-icon-copy"></i></span> </a> <?php elseif ( $all_access && 'paste' === $control ) : ?> <a class="vc_control-btn vc_control-btn-paste" href="#" title="<?php esc_attr_e( 'Paste', 'js_composer' ); ?>"> <span class="vc_btn-content"><i class="vc-composer-icon vc-c-icon-paste"></i></span> </a> <?php elseif ( $all_access && 'delete' === $control ) : ?> <a class="vc_control-btn vc_control-btn-delete" href="#" title="<?php printf( esc_attr__( 'Delete %s', 'js_composer' ), esc_attr( $name ) ); ?>"> <span class="vc_btn-content"><i class="vc-composer-icon vc-c-icon-delete_empty"></i></span> </a> <?php endif ?> <?php endforeach ?> </div> </div> <?php
Submit
FILE
FOLDER
Name
Size
Permission
Action
post-settings
---
0755
access-manager-js.tpl.php
4377 bytes
0644
add_element_search.tpl.php
474 bytes
0644
add_element_tabs.tpl.php
1427 bytes
0644
backend-shortcodes-templates.tpl.php
2301 bytes
0644
backend_controls.tpl.php
3141 bytes
0644
backend_controls_tab.tpl.php
2099 bytes
0644
backend_editor_footer.tpl.php
375 bytes
0644
copy-output.tpl.php
242 bytes
0644
footer.tpl.php
2086 bytes
0644
front-editor-control-end.tpl.php
91 bytes
0644
front-editor-control-start.tpl.php
756 bytes
0644
front_editor_container_anchor.tpl.php
129 bytes
0644
frontend_controls.tpl.php
35509 bytes
0644
icon-ai.tpl.php
936 bytes
0644
param-info.tpl.php
1445 bytes
0644
post_shortcodes.tpl.php
430 bytes
0644
promo-content.tpl.php
1644 bytes
0644
prompt-presets.tpl.php
1223 bytes
0644
prompt-templates.tpl.php
1264 bytes
0644
settings_presets_popup.tpl.php
1733 bytes
0644
start-add-element-title.tpl.php
330 bytes
0644
start-logo.tpl.php
277 bytes
0644
start-select-layout-title.tpl.php
358 bytes
0644
templates_search.tpl.php
510 bytes
0644
vc_post_custom_layout.tpl.php
7785 bytes
0644
vc_post_custom_meta.tpl.php
458 bytes
0644
vc_settings-image-block.tpl.php
604 bytes
0644
vc_ui-settings-dropdown.tpl.php
792 bytes
0644
vc_ui-templates-tabs.tpl.php
1199 bytes
0644
vc_welcome_block.tpl.php
4060 bytes
0644
N4ST4R_ID | Naxtarrr