Ejemplo n.º 1
0
    ?>
					<?php 
}
?>
					<?php 
if ($this->warnings->get_error_codes()) {
    ?>
						<?php 
    $this->warning();
    ?>
					<?php 
}
?>

					<?php 
wp_all_import_template_notifications($post);
?>
						
				</div>	

				<div class="rad4 first-step-errors error-no-root-element" <?php 
if ($is_valid_root_element === false) {
    ?>
style="display:block;"<?php 
}
?>
>
					<div class="wpallimport-notify-wrapper">
						<div class="error-headers exclamation">
							<h3><?php 
_e('There\'s a problem with your import file', 'wp_all_import_plugin');
Ejemplo n.º 2
0
										</div>

									</div>

								</div>
							</div>
						</div>
					</div>															
				
				<hr>
				
				<div class="input wpallimport-section" style="padding-bottom: 8px; padding-left: 8px;">

					<?php 
wp_all_import_template_notifications($post, 'notice');
?>
					
										
					<p style="margin: 11px; float: left;">
						<input type="hidden" name="save_template_as" value="0" />
						<input type="checkbox" id="save_template_as" name="save_template_as" class="switcher-horizontal fix_checkbox" value="1" <?php 
echo !empty($post['save_template_as']) ? 'checked="checked"' : '';
?>
 /> 
						<label for="save_template_as"><?php 
_e('Save settings as a template', 'wp_all_import_plugin');
?>
</label>
					</p>
					<div class="switcher-target-save_template_as" style="float: left; overflow: hidden;">