From 5d7efd238b1a4f40885bdafec833deeebcdc80db Mon Sep 17 00:00:00 2001 From: xushubieli Date: Fri, 21 Oct 2022 16:39:52 +0800 Subject: [PATCH] =?UTF-8?q?=E6=A0=BC=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/admin/ad_edit.php | 2 +- src/admin/mytag_edit.php | 2 +- src/admin/templets/mytag_main.htm | 2 +- src/apps/ad_js.php | 2 +- src/apps/flink.php | 3 +-- src/apps/list.php | 2 +- src/theme/templet-pluslist.inc | 4 ++-- 7 files changed, 8 insertions(+), 9 deletions(-) diff --git a/src/admin/ad_edit.php b/src/admin/ad_edit.php index 166cb810..0cc3ee88 100644 --- a/src/admin/ad_edit.php +++ b/src/admin/ad_edit.php @@ -36,7 +36,7 @@ if ($dopost == 'delete') { $win->AddTitle("织梦CMS标签调用代码:"); $winform = $win->GetWindow("hand", $showtag); $win->myWinItem = ''; - $win->AddTitle("以下为选定广告的JS调用代码:"); + $win->AddTitle("以下为选定广告的js调用代码:"); $winform = $win->GetWindow("hand", $showhtml); $win->Display(); exit(); diff --git a/src/admin/mytag_edit.php b/src/admin/mytag_edit.php index e5936573..a359fef3 100644 --- a/src/admin/mytag_edit.php +++ b/src/admin/mytag_edit.php @@ -46,7 +46,7 @@ if ($dopost == 'delete') { $wecome_info = "宏标记定义::获取JS"; $win = new OxWindow(); $win->Init(); - $win->AddTitle('以下为选定宏标记的JS调用代码:'); + $win->AddTitle('以下为选定宏标记的js调用代码:'); $winform = $win->GetWindow('hand', $showhtml); $win->Display(); exit(); diff --git a/src/admin/templets/mytag_main.htm b/src/admin/templets/mytag_main.htm index 5c9c50d9..eba41657 100644 --- a/src/admin/templets/mytag_main.htm +++ b/src/admin/templets/mytag_main.htm @@ -31,7 +31,7 @@ {dede:field.endtime function='GetDateMk(@me)'/} 修改 - JS调用 + js调用 删除 diff --git a/src/apps/ad_js.php b/src/apps/ad_js.php index 0810453b..28a3a36d 100755 --- a/src/apps/ad_js.php +++ b/src/apps/ad_js.php @@ -1,6 +1,6 @@