first commit
This commit is contained in:
@@ -0,0 +1,16 @@
|
||||
<?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));?>
|
||||
Reference in New Issue
Block a user