| @@ -51,10 +51,10 @@ | ||
| 51 | 51 | |
| 52 | 52 | <script type="text/template" id="tmpl-elementor-exit-dialog"> |
| 53 | 53 | <div><?php echo esc_html__( 'Now you can choose where you want to go on the site from the following options', 'elementor' ); ?></div> |
| 54 | 54 | <div> |
| 55 | + <!-- translators: 1: Opening HTML <a> tag, 2: closing HTML <a> tag. --> | |
| 55 | 56 | <?php printf( |
| 56 | - /* translators: 1: Opening HTML <a> tag, 2: closing HTML <a> tag. */ | |
| 57 | 57 | esc_html__( 'Any time you can change the settings in %1$sUser Preferences%2$s', 'elementor' ), |
| 58 | 58 | '<a id="user-preferences">', |
| 59 | 59 | '</a>' |
| 60 | 60 | ); ?> |
| @@ -73,14 +73,9 @@ | ||
| 73 | 73 | </button> |
| 74 | 74 | </script> |
| 75 | 75 | |
| 76 | 76 | <script type="text/template" id="tmpl-elementor-panel-footer-content"> |
| 77 | - <button id="elementor-panel-footer-settings" class="elementor-panel-footer-tool elementor-leave-open tooltip-target" data-tooltip="<?php echo esc_attr__( 'Settings', 'elementor' ); ?>" aria-label="<?php | |
| 78 | - printf( | |
| 79 | - /* translators: %s: Document title. */ | |
| 80 | - esc_attr__( '%s Settings', 'elementor' ), | |
| 81 | - esc_attr( $document::get_title() ) | |
| 82 | - ); ?>"> | |
| 77 | + <button id="elementor-panel-footer-settings" class="elementor-panel-footer-tool elementor-leave-open tooltip-target" data-tooltip="<?php echo esc_attr__( 'Settings', 'elementor' ); ?>" aria-label="<?php printf( esc_attr__( '%s Settings', 'elementor' ), esc_attr( $document::get_title() ) ); ?>"> | |
| 83 | 78 | <i class="eicon-cog" aria-hidden="true"></i> |
| 84 | 79 | </button> |
| 85 | 80 | <# if ( $e.components.get( 'document/elements' ).utils.showNavigator() ) { #> |
| 86 | 81 | <button id="elementor-panel-footer-navigator" class="elementor-panel-footer-tool tooltip-target" data-tooltip="<?php echo esc_attr__( 'Structure', 'elementor' ); ?>" aria-label="<?php echo esc_attr__( 'Structure', 'elementor' ); ?>"> |
| @@ -142,9 +137,9 @@ | ||
| 142 | 137 | </script> |
| 143 | 138 | |
| 144 | 139 | <script type="text/template" id="tmpl-elementor-mode-switcher-content"> |
| 145 | 140 | <label for="elementor-mode-switcher-preview-input" id="elementor-mode-switcher-preview" title="<?php echo esc_attr__( 'Hide Panel', 'elementor' ); ?>"> |
| 146 | - <i class="eicon eicon-angle-left" aria-hidden="true" tabindex="0"></i> | |
| 141 | + <i class="eicon" aria-hidden="true" tabindex="0"></i> | |
| 147 | 142 | <span class="elementor-screen-only"><?php echo esc_html__( 'Hide Panel', 'elementor' ); ?></span> |
| 148 | 143 | </label> |
| 149 | 144 | <input id="elementor-mode-switcher-preview-input" type="checkbox"> |
| 150 | 145 | </script> |
| @@ -218,9 +213,9 @@ | ||
| 218 | 213 | |
| 219 | 214 | <script type="text/template" id="tmpl-elementor-panel-scheme-typography-item"> |
| 220 | 215 | <div class="elementor-panel-heading"> |
| 221 | 216 | <div class="elementor-panel-heading-toggle"> |
| 222 | - <i class="eicon-caret-right" aria-hidden="true"></i> | |
| 217 | + <i class="eicon" aria-hidden="true"></i> | |
| 223 | 218 | </div> |
| 224 | 219 | <div class="elementor-panel-heading-title">{{{ title }}}</div> |
| 225 | 220 | </div> |
| 226 | 221 | <div class="elementor-panel-scheme-typography-items elementor-panel-box-content"> |