* [task#116512] Use the ajax-submit to let the load or loadCurrentPage
take effect.
This commit is contained in:
@@ -54,7 +54,7 @@ if($this->config->inQuickon)
|
||||
$actions = array
|
||||
(
|
||||
array('class' => 'btn text-primary ghost ajax-submit origin-action', 'disabled' => !empty($operating), 'icon' => 'refresh', 'text' => $lang->backup->common , 'data-confirm' => array('message' => $lang->system->backup->confirmBackup, 'icon' => 'icon-exclamation-sign', 'iconClass' => 'warning-pale rounded-full icon-2x'), 'url' => createLink('backup', 'backup', 'reload=yes')),
|
||||
array('class' => 'btn text-primary ghost', 'disabled' => !empty($operating), 'icon' => 'arrow-up', 'text' => $lang->system->backup->upgrade, 'data-confirm' => array('message' => $lang->system->backup->confirmUpgrade, 'icon' => 'icon-exclamation-sign', 'iconClass' => 'warning-pale rounded-full icon-2x'), 'url' => createLink('system', 'upgrade', 'backup=yes&edition=' . $this->config->edition), 'disabled' => $systemInfo->upgradeable ? false : true),
|
||||
array('class' => 'btn text-primary ghost ajax-submit', 'disabled' => !empty($operating), 'icon' => 'arrow-up', 'text' => $lang->system->backup->upgrade, 'data-confirm' => array('message' => $lang->system->backup->confirmUpgrade, 'icon' => 'icon-exclamation-sign', 'iconClass' => 'warning-pale rounded-full icon-2x'), 'url' => createLink('system', 'upgrade', 'backup=yes&edition=' . $this->config->edition), 'disabled' => $systemInfo->upgradeable ? false : true),
|
||||
);
|
||||
|
||||
h::table
|
||||
|
||||
Reference in New Issue
Block a user