| @@ -16,9 +16,9 @@ | ||
| 16 | 16 | |
| 17 | 17 | <h2 class="frm-h2"><?php esc_html_e( 'Import', 'formidable' ); ?></h2> |
| 18 | 18 | <p class="howto"><?php echo esc_html( apply_filters( 'frm_upload_instructions1', __( 'Upload your Formidable XML file to import forms into this site. If your imported form key and creation date match a form on your site, that form will be updated.', 'formidable' ) ) ); ?></p> |
| 19 | 19 | <br/> |
| 20 | - <form enctype="multipart/form-data" method="post" class="frm-fields"> | |
| 20 | + <form enctype="multipart/form-data" method="post"> | |
| 21 | 21 | <input type="hidden" name="frm_action" value="import_xml" /> |
| 22 | 22 | <?php wp_nonce_field( 'import-xml-nonce', 'import-xml' ); ?> |
| 23 | 23 | <p> |
| 24 | 24 | <label> |
| @@ -41,9 +41,9 @@ | ||
| 41 | 41 | <?php FrmFormMigratorsHelper::maybe_show_download_link(); ?> |
| 42 | 42 | <?php FrmTipsHelper::pro_tip( 'get_import_tip' ); ?> |
| 43 | 43 | |
| 44 | 44 | <?php do_action( 'frm_import_settings' ); ?> |
| 45 | - | |
| 45 | + <br/><br/> | |
| 46 | 46 | <h2 class="frm-h2"><?php esc_html_e( 'Export', 'formidable' ); ?></h2> |
| 47 | 47 | <p class="howto"> |
| 48 | 48 | <?php echo esc_html( __( 'Export your forms, entries, views, and styles so you can easily import them on another site.', 'formidable' ) ); ?> |
| 49 | 49 | </p> |
| @@ -92,9 +92,9 @@ | ||
| 92 | 92 | <?php } ?> |
| 93 | 93 | </p> |
| 94 | 94 | |
| 95 | 95 | <div class="frm-table-box"> |
| 96 | - <p class="alignleft frm-mb-sm"> | |
| 96 | + <p class="alignleft" style="margin-bottom:0;"> | |
| 97 | 97 | <label class="xml_opts"> |
| 98 | 98 | <?php esc_html_e( 'Select Form(s)', 'formidable' ); ?> |
| 99 | 99 | </label> |
| 100 | 100 | <label class="csv_opts frm_hidden"> |
| @@ -110,15 +110,12 @@ | ||
| 110 | 110 | ) |
| 111 | 111 | ); |
| 112 | 112 | ?> |
| 113 | 113 | <div class="frm-scroll-box"> |
| 114 | - <table class="widefat striped frm-border frm-mt-0"> | |
| 114 | + <table class="widefat striped frm-border frm_no_top_margin"> | |
| 115 | 115 | <thead> |
| 116 | 116 | <tr> |
| 117 | - <td class="column-cb check-column"> | |
| 118 | - <label class="screen-reader-text" for="frm-export-select-all"><?php esc_html_e( 'Select All', 'formidable' ); ?></label> | |
| 119 | - <input id="frm-export-select-all" type="checkbox"> | |
| 120 | - </td> | |
| 117 | + <td class="column-cb check-column"></td> | |
| 121 | 118 | <td><?php esc_html_e( 'Form Title', 'formidable' ); ?></td> |
| 122 | 119 | <td><?php esc_html_e( 'ID / Form Key', 'formidable' ); ?></td> |
| 123 | 120 | <td><?php esc_html_e( 'Type', 'formidable' ); ?></td> |
| 124 | 121 | <td class="column-entries"><?php esc_html_e( 'Entries', 'formidable' ); ?></td> |
| @@ -126,9 +123,9 @@ | ||
| 126 | 123 | </tr> |
| 127 | 124 | </thead> |
| 128 | 125 | <tbody> |
| 129 | 126 | <?php foreach ( $forms as $form ) { ?> |
| 130 | - <tr class="frm-row <?php echo ! empty( $form->parent_form_id ) ? esc_attr( 'frm-is-repeater' ) : ''; ?>"> | |
| 127 | + <tr class="frm-row"> | |
| 131 | 128 | <td> |
| 132 | 129 | <input type="checkbox" name="frm_export_forms[]" value="<?php echo esc_attr( $form->id ); ?>" id="export_form_<?php echo esc_attr( $form->id ); ?>" /> |
| 133 | 130 | </td> |
| 134 | 131 | <td> |