Files
grzanieplus.pl/plugins/stAllegroPlugin/modules/stAllegroBackend/templates/importOrderSuccess.php
2025-03-12 17:06:23 +01:00

16 lines
669 B
PHP

<?php use_helper('stAdminGenerator', 'stProgressBar');?>
<?php st_include_partial('stAllegroBackend/header', array('title' => __('Import zamówień'))); ?>
<?php st_include_partial('stAllegroBackend/list_menu') ?>
<?php st_admin_section_start() ?>
<?php if($count > 0): ?>
<?php echo progress_bar('stAllegroPluginImportOrder', 'stAllegroOrderBar', 'importOrder', $count); ?>
<?php else:?>
<div class="text-center bs-p-4">
<?php echo __("Brak nowych zamówień do importu");?>
</div>
<?php endif;?>
<?php st_admin_section_end() ?>
<?php st_include_partial('stAllegroBackend/footer', array('related_object' => null));?>