19 lines
791 B
PHP
19 lines
791 B
PHP
<?php use_helper('stProgressBar'); ?>
|
|
|
|
<?php use_helper('Form', 'Validation', 'I18N', 'stAdminGenerator') ?>
|
|
|
|
<?php echo st_get_admin_head('stMigration', __('Import danych'), __('Import danych z zewnętrznych systemów')) ?>
|
|
<?php st_view_slot_start('application-menu') ?>
|
|
<?php st_include_component('stMigration', 'listMenu') ?>
|
|
<?php st_view_slot_end() ?>
|
|
<div id="sf_admin_content" class="admin-content-edit">
|
|
<div class="admin_form">
|
|
<fieldset>
|
|
<div class="content">
|
|
<?php echo progress_bar('stMigration', 'stMigrationProgressBar', $action, $record_count, __('Import produktów', null, 'stMigration')); ?>
|
|
<div id="stMigration-multiProgressBar"></div>
|
|
</div>
|
|
</fieldset>
|
|
</div>
|
|
</div>
|
|
<?php echo st_get_admin_foot() ?>
|