Esempio n. 1
0
function sendit_pro_template_screen()
{
    if ($_POST) {
        move_to_template();
        ?>
		<div id="message" class="updated fade"><p><strong><?php 
        __('Templates saved!', 'sendit');
        ?>
</strong></p></div>
        
<?php 
    }
    ?>
<div class="wrap">

	<h2>Sendit Pro Template Manager</h2>
	<ul>
		<li>Manage your newsletter template managed as custom post type (including featuring images) used as newsletter's header logo image</li>
		<li>Upload images to your template header</li>
		<li>Newsletter content Images embedding</li>
		<li>Preview your newsletter with template</li>
	</ul>


		<h3>By clicking this button you will migrate your old templates from your mailing list to new custom post type and easily manage from here</h3>	
		<form action="" method="post">
		<input type="hidden" value="1" name="action" />
		<input type="submit" class="button primary" value="Move template from your mailing list" />
		</form>		
		<hr />
	
<?php 
    Sendit_templates();
    ?>
	

	</div>


<?php 
}
Esempio n. 2
0
function template_manager_screen()
{
    ?>
	<div class="wrap">

	<h2>Give your newsletter an incredible and unique design with Sendit Pro Template manager!</h2>
	<ul>
		<li>Manage your newsletter template managed as custom post type (including featuring images)</li>
		<li>Upload images to your template header</li>
		<li>Preview your newsletter</li>
	</ul>
	<hr />
			<p><?php 
    echo __('To use this feature you need to buy the new Sendit pro Template manager. Easily managament of templates within 5 included free templates, advanced customization and custom post type integration. Try it for only 10 &euro;', 'sendit');
    ?>
</p>
		<a class="button primary" href="http://sendit.wordpressplanet.org/plugin-shop/wordpress-plugin/sendit-pro-csv-list-exporter/"><?php 
    echo __('Buy Now for 5 &euro;', 'Sendit');
    ?>
</a>
		
		<hr />
	
<?php 
    if (function_exists(Sendit_templates)) {
        Sendit_templates();
    }
    ?>
		
		

	

	
	</div>
<?php 
}