| @@ -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> |