Files
server/opt/psa/admin/application/smb/views/scripts/app-update/download-progress.phtml
2026-01-07 20:52:11 +01:00

11 lines
431 B
PHTML

<?php
// Copyright 1999-2025. WebPros International GmbH. All rights reserved.
?>
<p><?php echo $this->lmsg('description'); ?></p>
<?= $this->requireJs('app/app/progress', [
'renderTo' => 'main',
'requestUrl' => '/smb/app/download-progress-data/catalogId/' . $this->catalogId . '/taskId/' . $this->taskId,
'redirectUrl' => '/smb/app-update/update/resourceId/' . $this->resourceId,
'redirectMethod' => 'post',
]) ?>