footer.php
6 years ago
form-navigator.php
5 years ago
income-stats.php
6 years ago
introduction.php
6 years ago
progress-bar.php
6 years ago
footer.php
18 lines
| 1 | |
| 2 | <div class="form-footer"> |
| 3 | <div class="navigator-tracker"> |
| 4 | <button class="step-tracker current" data-step="0"></button> |
| 5 | <button class="step-tracker" data-step="1"></button> |
| 6 | <button class="step-tracker" data-step="2"></button> |
| 7 | </div> |
| 8 | <div class="secure-notice"> |
| 9 | <?php if ( is_ssl() ) : ?> |
| 10 | <i class="fas fa-lock"></i> |
| 11 | <?php _e( 'Secure Donation', 'give' ); ?> |
| 12 | <?php else : ?> |
| 13 | <i class="fas fa-exclamation-triangle"></i> |
| 14 | <?php _e( 'Insecure Donation', 'give' ); ?> |
| 15 | <?php endif; ?> |
| 16 | </div> |
| 17 | </div> |
| 18 |