Ejemplo n.º 1
0
    _e('Please note: importing large galleries with lots of images can take a while!', 'foogallery');
    ?>
		</div>

		<form id="nextgen_import_form" method="POST">
			<?php 
    $nextgen->render_import_form($galleries);
    ?>
		</form>
	<?php 
}
?>
	</div>
	<div class="nextgen_import_container" id="nextgen_import_albums" style="display: none">
	<?php 
$albums = $nextgen->get_albums();
if (!$albums) {
    _e('There are no NextGen albums to import!', 'foogallery');
} else {
    ?>
		<div class="foogallery-help">
			<?php 
    _e('Importing albums is also really simple:', 'foogallery');
    ?>
			<ol>
				<li><?php 
    _e(__('For all the albums you wish to import, make sure all the galleries have been imported FIRST. If not, then go back to the Galleries tab.', 'foogallery'));
    ?>
</li>
				<li><?php 
    _e('Click the Import Album button for each album to import the album and link all the galleries. If you do not see the button, then that means you first need to import the galleries.', 'foogallery');