Files
2025-03-12 17:06:23 +01:00

14 lines
580 B
PHP

<?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() ?>