Proyectos de Subversion Moodle

Rev

Rev 1 | Mostrar el archivo completo | | | Autoría | Ultima modificación | Ver Log |

Rev 1 Rev 1441
Línea 203... Línea 203...
203
    echo $renderer->backup_files_viewer($treeviewoptions);
203
    echo $renderer->backup_files_viewer($treeviewoptions);
204
}
204
}
Línea 205... Línea 205...
205
 
205
 
206
// In progress course restores.
206
// In progress course restores.
-
 
207
if (async_helper::is_async_enabled()) {
207
if (async_helper::is_async_enabled()) {
208
    echo $OUTPUT->heading_with_help(
-
 
209
        get_string('asyncrestoreinprogress', 'backup'),
-
 
210
        'asyncrestoreinprogress',
-
 
211
        'backup',
-
 
212
        classnames: ['mt-6']
208
    echo $OUTPUT->heading_with_help(get_string('asyncrestoreinprogress', 'backup'), 'asyncrestoreinprogress', 'backup');
213
    );
209
    echo $OUTPUT->container_start();
214
    echo $OUTPUT->container_start();
210
    $renderer = $PAGE->get_renderer('core', 'backup');
215
    $renderer = $PAGE->get_renderer('core', 'backup');
211
    echo $renderer->restore_progress_viewer($USER->id, $context);
216
    echo $renderer->restore_progress_viewer($USER->id, $context);
212
    echo $OUTPUT->container_end();
217
    echo $OUTPUT->container_end();