From d4d9d05568b7e570471371a87b830c708f9f903d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=8F=99=E8=BF=B0=E3=80=81=E5=88=AB=E7=A6=BB?= <93301500+xushubieli@users.noreply.github.com> Date: Wed, 7 Jun 2023 19:19:00 +0800 Subject: [PATCH] =?UTF-8?q?=E8=B0=83=E6=95=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/admin/content_list.php | 4 +- src/admin/dialog/select_mimages.php | 66 ++++++++++++++------------ src/admin/media_main.php | 4 +- src/admin/member_main.php | 2 +- src/admin/templets/freelist_add.htm | 4 +- src/admin/templets/freelist_edit.htm | 4 +- src/admin/templets/member_edit.htm | 2 +- src/admin/templets/mytag_tag_guide.htm | 2 +- 8 files changed, 47 insertions(+), 41 deletions(-) diff --git a/src/admin/content_list.php b/src/admin/content_list.php index a28babb7..52d44b92 100644 --- a/src/admin/content_list.php +++ b/src/admin/content_list.php @@ -59,7 +59,7 @@ if (empty($totalresult) && empty($keyword) && empty($orderby) && empty($flag)) { if (!empty($channelid) && empty($cid)) { $tinyQuerys[] = " channel = '$channelid' "; } else { - $tinyQuerys[] = " channel>0 "; + $tinyQuerys[] = " channel > 0 "; } if (!empty($arcrank)) { $tinyQuerys[] = " arcrank='$arcrank' "; @@ -86,7 +86,7 @@ if (empty($totalresult) && empty($keyword) && empty($orderby) && empty($flag)) { } if ($cid == 0) { if ($channelid == 0) { - $positionname = '所有栏目>'; + $positionname = '所有栏目 - '; } else { $row = $tl->dsql->GetOne("SELECT id,typename,maintable FROM `#@__channeltype` WHERE id='$channelid'"); $positionname = $row['typename']." - "; diff --git a/src/admin/dialog/select_mimages.php b/src/admin/dialog/select_mimages.php index dfe252cf..703be481 100644 --- a/src/admin/dialog/select_mimages.php +++ b/src/admin/dialog/select_mimages.php @@ -26,11 +26,13 @@ include(DEDEDATA.'/mark/inc_photowatermark_config.php');