Ejemplo n.º 1
0
</h2>

	<h2 class="foo-nav-tabs nav-tab-wrapper">
		<a href="#galleries" data-tab="nextgen_import_galleries" class="nav-tab nav-tab-active"><?php 
_e('Galleries', 'foogallery');
?>
</a>
		<a href="#albums" data-tab="nextgen_import_albums" class="nav-tab"><?php 
_e('Albums', 'foogallery');
?>
</a>
	</h2>

	<div class="nextgen_import_container" id="nextgen_import_galleries">
	<?php 
$galleries = $nextgen->get_galleries();
if (!$galleries) {
    _e('There are no NextGen galleries to import!', 'foogallery');
} else {
    ?>
		<div class="foogallery-help">
			<?php 
    _e('Importing galleries is really simple:', 'foogallery');
    ?>
			<ol>
				<li><?php 
    printf(__('Choose the NextGen galleries you want to import into %s by checking their checkboxes.', 'foogallery'), foogallery_plugin_name());
    ?>
</li>
				<li><?php 
    _e('Click the Start Import button to start the import process.', 'foogallery');