← All changes
|
includes/admin/tools/views/html-admin-page-import-core-settings.php
+3
-3
2.3.2
→
4.17.0
View file →
| @@ -17,9 +17,9 @@ | ||
| 17 | 17 | * @since 1.8.17 |
| 18 | 18 | */ |
| 19 | 19 | do_action( 'give_tools_import_core_settings_main_before' ); |
| 20 | 20 | ?> |
| 21 | - <div id="poststuff"> | |
| 21 | + <div id="poststuff" class="give-clearfix"> | |
| 22 | 22 | <div class="postbox"> |
| 23 | 23 | <h1 class="give-importer-h1" align="center"><?php esc_html_e( 'Import Settings', 'give' ); ?></h1> |
| 24 | 24 | <div class="inside give-tools-setting-page-import give-import-core-settings"> |
| 25 | 25 | <?php |
| @@ -30,10 +30,10 @@ | ||
| 30 | 30 | */ |
| 31 | 31 | do_action( 'give_tools_import_core_settings_form_before_start' ); |
| 32 | 32 | ?> |
| 33 | 33 | <form method="post" id="give-import-core-settings-form" |
| 34 | - class="give-import-form tools-setting-page-import tools-setting-page-import" | |
| 35 | - enctype="multipart/form-data"> | |
| 34 | + class="give-import-form tools-setting-page-import tools-setting-page-import" | |
| 35 | + enctype="multipart/form-data"> | |
| 36 | 36 | |
| 37 | 37 | <?php |
| 38 | 38 | /** |
| 39 | 39 | * Fires just after form start. |