troubleshooting-step.php
10 lines
| 1 | <?php defined('ABSPATH') || exit(); ?> |
| 2 | <div class="spbaddons-troubleshooting-step"> |
| 3 | <img class="spbaddons-troubleshooting-step-error" src="<?php echo esc_url(SUPERBADDONS_ASSETS_PATH . "/img/color-warning-octagon.svg"); ?>" style="display:none;" /> |
| 4 | <img class="spbaddons-troubleshooting-step-checkmark" src="<?php echo esc_url(SUPERBADDONS_ASSETS_PATH . "/img/checkmark.svg"); ?>" style="display:none;" /> |
| 5 | <img class="spbaddons-troubleshooting-step-spinner" src="<?php echo esc_url(SUPERBADDONS_ASSETS_PATH . "/img/blocks-spinner.svg"); ?>" /> |
| 6 | <div class=" spbaddons-troubleshooting-step-info-wrapper"> |
| 7 | <span class="spbaddons-troubleshooting-step-title"><?php echo esc_html("Loading", "superb-blocks"); ?></span> |
| 8 | <span class="spbaddons-troubleshooting-step-text"><?php echo esc_html("Loading", "superb-blocks"); ?></span> |
| 9 | </div> |
| 10 | </div> |