Current File : /home/digitaw/www/wp-content/updraft/plugins-old/tenweb-speed-optimizer/views/autoupdate_banner.php
<div class="two-banner-main-container two-autoupdate-popup">
    <span class="two-banner-close-button two-autoupdate-close two-set-autoupdate"></span>
    <div class="two-image-with-title-popup">
        <img src="<?php echo esc_url(TENWEB_SO_URL . '/assets/images/nps_survey/flash_shorter.png'); ?>"
             alt="flash Image" class="two-banner-main-image">
        <div class="two-banner-title">
            <?php _e('Do you want to always have the latest version of ' . esc_html(TWO_SO_ORGANIZATION_NAME) . ' Booster?', 'tenweb-speed-optimizer'); ?>
        </div>
    </div>
    <div class="two-banner-buttons-container">
        <a href="#" class="two-button-grey two-close-autoupdate-popup two-set-autoupdate">
            <?php _e('No Thanks', 'tenweb-speed-optimizer'); ?>
        </a>
        <a href="#" class="two-enable-autoupdate two-set-autoupdate">
            <?php _e('Enable Auto-update', 'tenweb-speed-optimizer'); ?>
        </a>
    </div>
</div>