From 54f838e2c389ce55df3629f07897a75487a51663 Mon Sep 17 00:00:00 2001
From: brotherand2 <547996854@qq.com>
Date: Thu, 4 Feb 2021 10:26:26 +0800
Subject: [PATCH] =?UTF-8?q?=E7=94=A8=E6=88=B7-xx=E8=AE=A4=E8=AF=81-?=
=?UTF-8?q?=E5=B7=B2=E9=80=9A=E8=BF=87-=E5=85=A8=E9=83=A8=E5=AF=BC?=
=?UTF-8?q?=E5=87=BA=E4=B8=BA=E7=A9=BA=E6=96=87=E4=BB=B6=E6=88=96=E9=94=99?=
=?UTF-8?q?=E8=AF=AF=E7=B1=BB=E5=9E=8B=E6=95=B0=E6=8D=AE?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
upload/source/admincp/admincp_verify.php | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/upload/source/admincp/admincp_verify.php b/upload/source/admincp/admincp_verify.php
index 8b50c8883..d6d75b808 100644
--- a/upload/source/admincp/admincp_verify.php
+++ b/upload/source/admincp/admincp_verify.php
@@ -342,7 +342,7 @@ EOF;
if($anchor != 'pass') {
showsubmit('batchverifysubmit', 'submit', '', ''.cplang('moderate_all_validate').''. ($anchor == 'authstr' ? ' '.cplang('moderate_refusal_all').'' : '').' '.cplang('moderate_cancel_all').'', $multipage, false);
} else {
- showsubmit('batchverifysubmit', 'submit', '', ''.cplang('moderate_export_all').' '.cplang('moderate_refusal_all').' '.cplang('moderate_cancel_all').' | '.cplang('moderate_export_getall').'', $multipage, false);
+ showsubmit('batchverifysubmit', 'submit', '', ''.cplang('moderate_export_all').' '.cplang('moderate_refusal_all').' '.cplang('moderate_cancel_all').' | '.cplang('moderate_export_getall').'', $multipage, false);
}
} else {
showtablerow('', 'colspan="'.count($cssarr).'"', ''.cplang('moderate_nodata').'');
--
Gitee