From 08a0329aeaa974563a214d22bbdcb19779f04e44 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: Thu, 29 Jun 2023 01:27:49 +0800 Subject: [PATCH] =?UTF-8?q?=E5=AF=B9=E8=AF=9D=E6=A1=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/admin/member_main.php | 4 ++-- src/admin/tpl.php | 12 ++++++------ 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/src/admin/member_main.php b/src/admin/member_main.php index 6143fd78..5bae177c 100644 --- a/src/admin/member_main.php +++ b/src/admin/member_main.php @@ -82,7 +82,7 @@ function GetMemberName($rank, $mt) function GetMAtt($m) { if ($m < 1) return ''; - else if ($m == 10) return " 管理"; - else return " 推荐"; + else if ($m == 10) return " 管理"; + else return " 推荐"; } ?> \ No newline at end of file diff --git a/src/admin/tpl.php b/src/admin/tpl.php index 3f705c99..73fe22f1 100644 --- a/src/admin/tpl.php +++ b/src/admin/tpl.php @@ -66,7 +66,6 @@ if ($action == 'edit' || $action == 'newfile') { $helps[$tag] = explode('>>dede>>', $helpContent); } } - make_hash(); include DEDEADMIN.'/templets/tpl_edit.htm'; exit(); @@ -201,14 +200,15 @@ else if ($action == 'savetagfile') { fwrite($fp, $content); fclose($fp); $msg = "
-
-
-
+ + + + + +
"; - $wintitle = "新建修改标签碎片"; $wecome_info = "标签源码管理 - 新建修改标签"; $win = new OxWindow(); - $win->AddTitle("新建修改标签"); $win->AddMsgItem($msg); $winform = $win->GetWindow("hand", false); $win->Display();