templates
2 years ago
autoupdate_banner.php
2 years ago
cdn_page.php
2 years ago
customer_support.php
2 years ago
deactivation_popup.php
2 years ago
post_custom_column.php
2 years ago
referral_program_page.php
2 years ago
settings_basic.php
11 months ago
settings_connect.php
3 years ago
settings_view.php
1 year ago
two_black_friday.php
3 years ago
two_header.php
3 years ago
white_label_view.php
2 years ago
autoupdate_banner.php
19 lines
| 1 | <div class="two-banner-main-container two-autoupdate-popup"> |
| 2 | <span class="two-banner-close-button two-autoupdate-close two-set-autoupdate"></span> |
| 3 | <div class="two-image-with-title-popup"> |
| 4 | <img src="<?php echo esc_url(TENWEB_SO_URL . '/assets/images/nps_survey/flash_shorter.png'); ?>" |
| 5 | alt="flash Image" class="two-banner-main-image"> |
| 6 | <div class="two-banner-title"> |
| 7 | <?php _e('Do you want to always have the latest version of ' . esc_html(TWO_SO_ORGANIZATION_NAME) . ' Booster?', 'tenweb-speed-optimizer'); ?> |
| 8 | </div> |
| 9 | </div> |
| 10 | <div class="two-banner-buttons-container"> |
| 11 | <a href="#" class="two-button-grey two-close-autoupdate-popup two-set-autoupdate"> |
| 12 | <?php _e('No Thanks', 'tenweb-speed-optimizer'); ?> |
| 13 | </a> |
| 14 | <a href="#" class="two-enable-autoupdate two-set-autoupdate"> |
| 15 | <?php _e('Enable Auto-update', 'tenweb-speed-optimizer'); ?> |
| 16 | </a> |
| 17 | </div> |
| 18 | </div> |
| 19 |