-

- backup->systemInfo;?> -

+

backup->systemInfo;?>

- + - - + + - + - + @@ -58,9 +56,7 @@
backup->name;?>backup->status;?>backup->currentVersion;?>backup->status;?>backup->currentVersion;?> backup->latestVersion;?>actions?>actions?>
quchengPlatform;?> backup->running;?>
-

- backup->history;?> -

+

backup->history;?>

" . $lang->backup->setting, '', "data-width='500' class='iframe btn btn-primary'");?>
@@ -87,8 +83,11 @@ " . $lang->backup->restore, "id='restoreButton'", 'btn btn-link restoreButton'); - if(common::hasPriv('backup', 'delete')) echo html::a(inlink('delete', "file=$backupFile->name"), " " . $lang->delete, 'hiddenwin', "class='btn btn-link'"); + $restoreUrl =inlink('restore', "file={$backupFile->name}&confirm=yes"); + if(common::hasPriv('backup', 'restore')) echo html::commonButton(" {$lang->backup->restore}", "data-url='{$restoreUrl}'", 'btn btn-link restoreButton'); + + $deleteUrl = inlink('delete', "file={$backupFile->name}&confirm=yes"); + if(common::hasPriv('backup', 'delete')) echo html::commonButton(" " . $lang->delete, "data-url='{$deleteUrl}'", 'btn btn-link deleteButton'); ?> @@ -159,22 +158,37 @@