PluginProbe
Elementor Website Builder – more than just a page builder / 3.0.6
Elementor Website Builder – more than just a page builder v3.0.6
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 +5 -15 4.2.23.0.6 View file →
@@ -8,19 +8,13 @@
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 - <#
17 - }
18 -
19 - if ( tabConfig.additionalContent ) {
20 - #> {{{ tabConfig.additionalContent }}} <#
21 - }
22 - #>
16 + <# } #>
23 17 </script>
24 18
25 19 <script type="text/template" id="tmpl-elementor-global-style-repeater-row">
26 20 <# let removeClass = 'remove',
@@ -31,16 +25,12 @@
31 25
32 26 removeIcon = 'eicon-disable-trash-o'
33 27 }
34 28 #>
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' ); ?>">
29 + <div class="elementor-repeater-row-tool elementor-repeater-tool-{{{ removeClass }}}">
41 30 <i class="{{{ removeIcon }}}" aria-hidden="true"></i>
42 31 <# if ( itemActions.remove ) { #>
32 + <span class="elementor-screen-only"><?php echo __( 'Remove', 'elementor' ); ?></span>
43 33 <# } #>
44 - </button>
34 + </div>
45 35 <div class="elementor-repeater-row-controls"></div>
46 36 </script>