From e312393bf9a0644fcaff0fdf1bf4dd9e815714a9 Mon Sep 17 00:00:00 2001 From: dingguodong Date: Thu, 13 Jun 2024 19:33:00 +0800 Subject: [PATCH] * [task#116512] Use the ajax-submit to let the load or loadCurrentPage take effect. --- module/backup/ui/index.html.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/module/backup/ui/index.html.php b/module/backup/ui/index.html.php index 30597888dc..d4ebc9af54 100644 --- a/module/backup/ui/index.html.php +++ b/module/backup/ui/index.html.php @@ -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