| 1 |
<div id="give-db-updates" data-resume-update="0"> |
| 2 |
<div class="postbox-container"> |
| 3 |
<div class="postbox"> |
| 4 |
<h2 class="hndle"><?php esc_html_e( 'Database Updates', 'give' ); ?></h2> |
| 5 |
<div class="inside"> |
| 6 |
<div class="progress-container"> |
| 7 |
<p class="update-message"><strong><?php esc_html_e( 'Updates Completed.', 'give' ); ?></strong></p> |
| 8 |
<div class="progress-content"> |
| 9 |
<div class="notice-wrap give-clearfix"> |
| 10 |
<div class="notice notice-success is-dismissible inline"> |
| 11 |
<p><?php esc_html_e( 'GiveWP database updates completed successfully. Thank you for updating to the latest version!', 'give' ); ?> |
| 12 |
</p> |
| 13 |
<button type="button" class="notice-dismiss"></button> |
| 14 |
</div> |
| 15 |
</div> |
| 16 |
</div> |
| 17 |
</div> |
| 18 |
</div> |
| 19 |
<!-- .inside --> |
| 20 |
</div><!-- .postbox --> |
| 21 |
</div> |
| 22 |
</div> |
| 23 |
<?php delete_option( 'give_show_db_upgrade_complete_notice' ); ?> |
| 24 |
|