first commit

This commit is contained in:
2025-03-12 17:06:23 +01:00
commit 2241f7131f
13185 changed files with 1692479 additions and 0 deletions

View File

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