PluginProbe
GiveWP – Donation Plugin and Fundraising Platform / 4.17.0
GiveWP – Donation Plugin and Fundraising Platform v4.17.0
4.17.0 4.16.9 4.16.8.1 4.16.8 4.16.7.2 4.16.7.1 4.16.7 4.16.6.1 4.16.6 4.16.5.1 4.16.5 4.16.4 4.16.3 4.16.2 4.16.1 4.16.0 4.15.5 4.15.4 4.15.3 4.15.2 4.15.1 4.15.0 2.3.0 2.3.1 2.3.2 All 256 releases
← All changes | includes/admin/tools/views/html-admin-page-import-donations.php +18 -18 2.3.1 → 4.17.0 View file →
@@ -17,23 +17,23 @@
17 17 * @since 1.8.13
18 18 */
19 19 do_action( 'give_tools_import_donations_main_before' );
20 20 ?>
21 - <div id="poststuff">
22 - <div class="postbox">
23 - <h1 class="give-importer-h1" align="center">
24 - <?php
25 - _e( 'Import Donations', 'give' );
21 + <div id="poststuff" class="give-clearfix">
22 + <div class="postbox">
23 + <h1 class="give-importer-h1" align="center">
24 + <?php
25 + _e( 'Import Donations', 'give' );
26 26
27 - if ( ! empty( $_POST['mapto'] ) && ! empty( $_GET['dry_run'] ) ) {
28 - printf(
27 + if ( ! empty( $_POST['mapto'] ) && ! empty( $_GET['dry_run'] ) ) {
28 + printf(
29 29 '<strong> %s</strong>',
30 - __( '(Dry Run)', 'give' )
31 - );
32 - }
33 - ?>
34 - </h1>
35 - <div class="inside give-tools-setting-page-import give-import-donations">
30 + __( '(Dry Run)', 'give' )
31 + );
32 + }
33 + ?>
34 + </h1>
35 + <div class="inside give-tools-setting-page-import give-import-donations">
36 36 <?php
37 37 /**
38 38 * Fires before from start.
39 39 *
@@ -40,9 +40,9 @@
40 40 * @since 1.8.14
41 41 */
42 42 do_action( 'give_tools_import_donations_form_before_start' );
43 43 ?>
44 - <form method="post" id="give-import-donations-form" class="give-import-form tools-setting-page-import tools-setting-page-import">
44 + <form method="post" id="give-import-donations-form" class="give-import-form tools-setting-page-import tools-setting-page-import">
45 45
46 46 <?php
47 47 /**
48 48 * Fires just after form start.
@@ -59,9 +59,9 @@
59 59 * @since 1.8.14
60 60 */
61 61 do_action( 'give_tools_import_donations_form_end' );
62 62 ?>
63 - </form>
63 + </form>
64 64 <?php
65 65 /**
66 66 * Fires just after form end.
67 67 *
@@ -68,11 +68,11 @@
68 68 * @since 1.8.14
69 69 */
70 70 do_action( 'give_tools_import_donations_form_after_end' );
71 71 ?>
72 - </div><!-- .inside -->
73 - </div><!-- .postbox -->
74 - </div><!-- #poststuff -->
72 + </div><!-- .inside -->
73 + </div><!-- .postbox -->
74 + </div><!-- #poststuff -->
75 75 <?php
76 76 /**
77 77 * Fires after displaying the import div tools.
78 78 *