Files
grzanieplus.pl/plugins/stTaskScheluderPlugin/modules/stTaskScheluderBackend/templates/executeTasksSuccess.php
2025-03-12 17:06:23 +01:00

19 lines
416 B
PHP

<?php
use_helper('stAdminGenerator', 'stProgressBar');
st_include_partial('stTaskScheluderBackend/header', [
'title' => __('Wykonaj recznie')
]);
st_include_partial('stTaskScheluderBackend/list_menu');
st_include_partial('stAdminGenerator/message');
st_admin_section_start();
echo st_progress_bar($progress_bar_task);
st_admin_section_end();
st_include_partial('stTaskSchedulerImportBackend/footer');