| @@ -34,9 +34,9 @@ | ||
| 34 | 34 | ); ?>'; |
| 35 | 35 | #> |
| 36 | 36 | <img class="elementor-nerd-box-icon" src="<?php |
| 37 | 37 | // PHPCS - Safe Elementor SVG |
| 38 | - echo ELEMENTOR_ASSETS_URL . 'images/information.svg' // phpcs:ignore WordPress.Security.EscapeOutput.OutputNotEscaped ?>" loading="lazy" alt="<?php echo esc_attr__( 'Elementor', 'elementor' ); ?>" /> | |
| 38 | + echo ELEMENTOR_ASSETS_URL . 'images/information.svg' // phpcs:ignore WordPress.Security.EscapeOutput.OutputNotEscaped ?>" loading="lazy" /> | |
| 39 | 39 | <div class="elementor-nerd-box-title"><?php echo esc_html__( 'No Revisions Saved Yet', 'elementor' ); ?></div> |
| 40 | 40 | <div class="elementor-nerd-box-message">{{{ elementor.config.document.revisions.enabled ? no_revisions_1 : revisions_disabled_1 }}}</div> |
| 41 | 41 | <div class="elementor-nerd-box-message">{{{ elementor.config.document.revisions.enabled ? no_revisions_2 : revisions_disabled_2 }}}</div> |
| 42 | 42 | </script> |
| @@ -45,9 +45,9 @@ | ||
| 45 | 45 | <i class="eicon-loading eicon-animation-spin" aria-hidden="true"></i> |
| 46 | 46 | </script> |
| 47 | 47 | |
| 48 | 48 | <script type="text/template" id="tmpl-elementor-panel-revisions-revision-item"> |
| 49 | - <button class="elementor-revision-item__wrapper {{ type }}"> | |
| 49 | + <div class="elementor-revision-item__wrapper {{ type }}"> | |
| 50 | 50 | <div class="elementor-revision-item__gravatar">{{{ gravatar }}}</div> |
| 51 | 51 | <div class="elementor-revision-item__details"> |
| 52 | 52 | <div class="elementor-revision-date" title="{{{ new Date( timestamp * 1000 ) }}}">{{{ date }}}</div> |
| 53 | 53 | <div class="elementor-revision-meta"> |
| @@ -65,10 +65,10 @@ | ||
| 65 | 65 | <# } #> |
| 66 | 66 | |
| 67 | 67 | <!-- <# if ( 'revision' === type ) { #>--> |
| 68 | 68 | <!-- <i class="eicon-undo" aria-hidden="true"></i>--> |
| 69 | -<!-- <span class="elementor-screen-only">--><?php // echo esc_html__( 'Restore', 'elementor' ); ?><!--</span>--> | |
| 69 | +<!-- <span class="elementor-screen-only">--><?php //echo esc_html__( 'Restore', 'elementor' ); ?><!--</span>--> | |
| 70 | 70 | <!-- <# } #>--> |
| 71 | 71 | |
| 72 | 72 | </div> |
| 73 | - </button> | |
| 73 | + </div> | |
| 74 | 74 | </script> |