D7net
Home
Console
Upload
information
Create File
Create Folder
About
Tools
:
/
opt
/
psa
/
admin
/
application
/
default
/
views
/
scripts
/
backup
/
Filename :
list.phtml
back
Copy
<?php // Copyright 1999-2025. WebPros International GmbH. All rights reserved. ?> <?= $this->requireJs('app/backup/list', [ 'searchFilters' => $this->backupList->getSearchFilterConfig(), 'data' => $this->backupList->fetchData(), 'urls' => $this->urls, 'showDownloadColumn' => $this->backupList->showDownloadColumn(), 'isDownloadEnabled' => $this->backupList->isDownloadEnabled(), 'showUploadButton' => $this->showUploadButton, 'showSettingsButton' => $this->showSettingsButton, 'showFtpSettingsButton' => $this->showFtpSettingsButton, 'showBackupButton' => $this->showBackupButton, 'showRemoveButton' => $this->showRemoveButton, 'showScheduleButton' => $this->showScheduleButton, 'showSystemNotesColumn' => true, 'showCommentColumn' => true, 'downloadDump' => 'true' === $this->downloadDump, 'downloadData' => $this->downloadData, ]) ?>