| 1 | <?php |
| 2 | // Reports widget markup |
| 3 | // #reports-app is replaced by React app |
| 4 | ?> |
| 5 | <div id="givewp-reports-widget"> |
| 6 | <div class="givewp-loading-notice"> |
| 7 | <div class="givewp-loading-notice__card"> |
| 8 | <div class="givewp-spinner"></div> |
| 9 | <h2> |
| 10 | <?php |
| 11 | echo __('Loading your latest', 'give') . '<br>' . __('donation activity', 'give'); ?> |
| 12 | </h2> |
| 13 | </div> |
| 14 | </div> |
| 15 | </div> |
| 16 |