Esempio n. 1
0
<div class="clear"></div>

<div class="wpallexport-content-section wpallexport-console" style="display: block; margin-bottom: 10px;">
	<div class="ajax-console">
		<div class="founded_records">									
			<div class="wp_all_export_preloader"></div>
			<h4><?php 
_e("Choose data to include in the export file.");
?>
</h4>
		</div>		
	</div>		
</div>

<?php 
XmlExportFiltering::render_filtering_block($engine, $this->isWizard, $post, true);
?>

<table class="wpallexport-layout wpallexport-export-template">	
	<tr>
		<td class="left">		

			<?php 
do_action('pmxe_template_header', $this->isWizard, $post);
?>

			<?php 
if ($this->errors->get_error_codes()) {
    ?>
				<?php 
    $this->error();
Esempio n. 2
0
if (empty($selected_post_type) and !empty($post['cpt'][0])) {
    $selected_post_type = $post['cpt'][0];
}
?>
					
					<input type="hidden" name="selected_post_type" value="<?php 
echo $selected_post_type;
?>
"/>
					<input type="hidden" name="export_type" value="<?php 
echo $post['export_type'];
?>
"/>							

					<?php 
XmlExportFiltering::render_filtering_block($engine, $isWizard, $post);
?>
							

					<?php 
include_once PMXE_ROOT_DIR . '/views/admin/export/options/settings.php';
?>
						

					<p class="wpallexport-submit-buttons" style="text-align: center;">
						<?php 
wp_nonce_field('update-export', '_wpnonce_update-export');
?>
						<input type="hidden" name="is_confirmed" value="1" />					
						
						<a href="<?php