11 lines
431 B
PHTML
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',
|
|
]) ?>
|