| @@ -16,9 +16,9 @@ | ||
| 16 | 16 | </div> |
| 17 | 17 | </div> |
| 18 | 18 | |
| 19 | 19 | <?php if ( isset( $_GET['message'] ) && $_GET['message'] === 'email-settings-saved' ) { ?> |
| 20 | - <div class="fw-bg-green-200 fw-text-green-800 fw-px-4 fw-py-1 fly-form-notice"> | |
| 20 | + <div class="fw-bg-green-200 fw-text-green-800 fw-px-4 fw-py-1" id="fly-page-cache-notice"> | |
| 21 | 21 | <p><?php esc_html_e( 'Email settings have been saved.', 'flywp' ); ?></p> |
| 22 | 22 | </div> |
| 23 | 23 | <?php } ?> |
| 24 | 24 | |
| @@ -67,15 +67,15 @@ | ||
| 67 | 67 | </h3> |
| 68 | 68 | </div> |
| 69 | 69 | |
| 70 | 70 | <?php if ( isset( $_GET['message'] ) && $_GET['message'] === 'test-mail-sent' ) { ?> |
| 71 | - <div class="fw-bg-green-200 fw-text-green-800 fw-px-4 fw-py-1 fly-form-notice"> | |
| 71 | + <div class="fw-bg-green-200 fw-text-green-800 fw-px-4 fw-py-1" id="fly-page-cache-notice"> | |
| 72 | 72 | <p><?php esc_html_e( 'Test email has been sent.', 'flywp' ); ?></p> |
| 73 | 73 | </div> |
| 74 | 74 | <?php } ?> |
| 75 | 75 | |
| 76 | 76 | <?php if ( isset( $_GET['message'] ) && $_GET['message'] === 'test-mail-failed' ) { ?> |
| 77 | - <div class="fw-bg-red-200 fw-text-red-800 fw-px-4 fw-py-1 fly-form-notice"> | |
| 77 | + <div class="fw-bg-red-200 fw-text-red-800 fw-px-4 fw-py-1" id="fly-page-cache-notice"> | |
| 78 | 78 | <p><?php esc_html_e( 'Test email could not be sent.', 'flywp' ); ?></p> |
| 79 | 79 | </div> |
| 80 | 80 | <?php } ?> |
| 81 | 81 | |