first commit
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
<?php use_helper('stAdminGenerator', 'stProgressBar'); ?>
|
||||
<?php echo st_get_admin_head('stNewsletterPlugin', null, __('Wysyłanie wiadomości do klientów'), array('stMailPlugin')) ?>
|
||||
<?php st_view_slot_start('application-menu') ?>
|
||||
<?php st_include_component('stNewsletterBackend', 'listMenu') ?>
|
||||
<?php st_view_slot_end() ?>
|
||||
<div id="sf_admin_content">
|
||||
|
||||
<div style="width: 302px; margin: 50px auto;">
|
||||
<?php echo progress_bar('stNewsletter', 'stNewsletterProgressBar', 'send', $count); ?>
|
||||
</div>
|
||||
</div>
|
||||
<br class="st_clear_all" />
|
||||
<?php echo st_get_admin_foot() ?>
|
||||
Reference in New Issue
Block a user