container->router; if (!isset($record['remote_filename'])) { $record['remote_filename'] = ''; } $archiveExists = $record['meta'] == 'ok'; $showManageRemote = in_array($record['meta'], array( 'ok', 'remote' )) && !empty($record['remote_filename']) && (AKEEBABACKUP_PRO == 1); $engineForProfile = array_key_exists($record['profile_id'], $this->enginesPerProfile) ? $this->enginesPerProfile[$record['profile_id']] : 'none'; $showUploadRemote = $this->privileges['backup'] && $archiveExists && empty($record['remote_filename']) && ($engineForProfile != 'none') && ($record['meta'] != 'obsolete') && (AKEEBABACKUP_PRO == 1); $showDownload = $this->privileges['download'] && $archiveExists; $showViewLog = $this->privileges['backup'] && isset($record['backupid']) && !empty($record['backupid']); $postProcEngine = ''; $thisPart = ''; $thisID = urlencode($record['id']); if ($showUploadRemote) { $postProcEngine = $engineForProfile ?: 'none'; $showUploadRemote = !empty($postProcEngine); } ?>
@if ($showDownload) @endif
@if ($showManageRemote)
@lang('COM_AKEEBA_BUADMIN_LABEL_REMOTEFILEMGMT')
@elseif ($showUploadRemote) " > @lang('COM_AKEEBA_TRANSFER_TITLE') ({{ $postProcEngine }}) @endif
@if ($showDownload) @lang('COM_AKEEBA_BUADMIN_LOG_DOWNLOAD') @endif @if ($showViewLog) @lang('COM_AKEEBA_LOG') @endif