PluginProbe
Elementor Website Builder – more than just a page builder / 3.2.3
Elementor Website Builder – more than just a page builder v3.2.3
4.3.0-beta3 4.3.0-beta2 4.3.0-beta1 4.2.4 4.2.3 4.2.2 4.2.1 4.2.0 4.1.5 4.2.0-beta2 4.2.0-dev2 4.2.0-beta1 4.1.4 4.1.3 4.1.2 4.1.1 4.1.0 4.1.0-beta3 4.1.0-dev3 4.0.9 4.1.0-beta2 4.1.0-dev2 4.0.8 4.1.0-beta1 4.1.0-dev1 All 452 releases
← All changes | core/kits/views/panel.php +4 -8 4.1.53.2.3 View file →
@@ -8,9 +8,9 @@
8 8 const tabConfig = $e.components.get( 'panel/global' ).getActiveTabConfig();
9 9 if ( tabConfig.helpUrl ) { #>
10 10 <div id="elementor-panel__editor__help">
11 11 <a id="elementor-panel__editor__help__link" href="{{ tabConfig.helpUrl }}" target="_blank">
12 - <?php echo esc_html__( 'Need Help', 'elementor' ); ?>
12 + <?php echo __( 'Need Help', 'elementor' ); ?>
13 13 <i class="eicon-help-o"></i>
14 14 </a>
15 15 </div>
16 16 <#
@@ -31,16 +31,12 @@
31 31
32 32 removeIcon = 'eicon-disable-trash-o'
33 33 }
34 34 #>
35 - <# if ( itemActions.sort ) { #>
36 - <button class="elementor-repeater-row-tool elementor-repeater-row-tools elementor-repeater-tool-sort" aria-label="<?php echo esc_attr__( 'Reorder', 'elementor' ); ?>">
37 - <i class="eicon-cursor-move" aria-hidden="true"></i>
38 - </button>
39 - <# } #>
40 - <button class="elementor-repeater-row-tool elementor-repeater-tool-{{{ removeClass }}}" aria-label="<?php echo esc_attr__( 'Remove', 'elementor' ); ?>">
35 + <div class="elementor-repeater-row-tool elementor-repeater-tool-{{{ removeClass }}}">
41 36 <i class="{{{ removeIcon }}}" aria-hidden="true"></i>
42 37 <# if ( itemActions.remove ) { #>
38 + <span class="elementor-screen-only"><?php echo __( 'Remove', 'elementor' ); ?></span>
43 39 <# } #>
44 - </button>
40 + </div>
45 41 <div class="elementor-repeater-row-controls"></div>
46 42 </script>