diff --git a/src/admin/archives_do.php b/src/admin/archives_do.php
index 22da1658..68e31477 100644
--- a/src/admin/archives_do.php
+++ b/src/admin/archives_do.php
@@ -289,7 +289,7 @@ else if ($dopost == 'moveArchives') {
文档id: |
- 移动到目标栏目必须和选定文档栏目类型一致,否则程序会自动勿略不符合文档
+ 移动栏目必须和选定文档栏目类型一致,否则自动过滤不相关文档
|
@@ -301,7 +301,7 @@ else if ($dopost == 'moveArchives') {
GetOne("SELECT tp.channeltype,tp.ispart,tp.channeltype,ch.maintable,ch.addtable,ch.issystem FROM `#@__arctype` tp LEFT JOIN `#@__channeltype` ch on ch.id=tp.channeltype WHERE tp.id='$totype' ");
@@ -588,7 +588,7 @@ else if ($dopost == 'quickEdit') {
\ No newline at end of file
diff --git a/src/admin/js/key.js b/src/admin/js/key.js
index 576c7cab..545e4cf9 100644
--- a/src/admin/js/key.js
+++ b/src/admin/js/key.js
@@ -18,7 +18,7 @@ function noselAll()
//批量删除搜多关键字
function delall()
{
- DedeConfirm("您确定要删除选定的关键字吗?").then((v)=>{
+ DedeConfirm("您确定要删除选定的关键字吗").then((v)=>{
document.form3.dopost.value = 'delall';
document.form3.submit();
}).catch((e)=>{
diff --git a/src/admin/templets/feedback_main.htm b/src/admin/templets/feedback_main.htm
index 1b8f19b2..8f798a99 100644
--- a/src/admin/templets/feedback_main.htm
+++ b/src/admin/templets/feedback_main.htm
@@ -61,7 +61,7 @@
ShowMsg("您没选中任何文档");
return
};
- DedeConfirm("您确定要删除这些评论吗?").then((v)=>{
+ DedeConfirm("您确定要删除这些评论吗").then((v)=>{
location.href = "feedback_main.php?job=del&fid=" + qstr
}).catch((e)=>{
console.log(e)
@@ -73,7 +73,7 @@
ShowMsg("您没选中任何文档");
return;
};
- DedeConfirm("您确定要删除这些评论吗?").then((v)=>{
+ DedeConfirm("您确定要删除这些评论吗").then((v)=>{
location.href = "feedback_main.php?job=delall&fid=" + qstr;
}).catch((e)=>{
console.log(e)
@@ -85,7 +85,7 @@
ShowMsg("您没选中任何文档");
return;
};
- DedeConfirm("您确定要删除这些评论吗?").then((v)=>{
+ DedeConfirm("您确定要删除这些评论吗").then((v)=>{
location.href = "feedback_main.php?job=check&fid=" + qstr;
}).catch((e)=>{
console.log(e)
@@ -97,7 +97,7 @@
ShowMsg("您没选中任何文档");
return;
}
- DedeConfirm("您确定要删除这些评论吗?").then((v)=>{
+ DedeConfirm("您确定要删除这些评论吗").then((v)=>{
location.href = "feedback_edit.php?job=edit&fid=" + qstr;
}).catch((e)=>{
console.log(e)
diff --git a/src/admin/templets/freelist_main.htm b/src/admin/templets/freelist_main.htm
index 4a68b1ed..5175ff13 100644
--- a/src/admin/templets/freelist_main.htm
+++ b/src/admin/templets/freelist_main.htm
@@ -43,7 +43,7 @@
}
//删除
function DelNote(nid) {
- DedeConfirm("您确认要删除这条记录吗?").then((v)=>{
+ DedeConfirm("您确认要删除这条记录吗").then((v)=>{
var listArea = $Obj('rslist');
totalrow = totalrow - 1;
var pagenum = Math.ceil(totalrow / pagesize);
diff --git a/src/admin/templets/mychannel_edit.htm b/src/admin/templets/mychannel_edit.htm
index af358535..ca4a56a1 100644
--- a/src/admin/templets/mychannel_edit.htm
+++ b/src/admin/templets/mychannel_edit.htm
@@ -300,7 +300,7 @@
}
//删除
function DelNote(gourl) {
- DedeConfirm("您确认要删除这个字段吗?").then((v)=>{
+ DedeConfirm("您确认要删除这个字段吗").then((v)=>{
location.href = gourl;
}).catch((e)=>{
console.log(e)
diff --git a/src/admin/templets/stepselect_main.htm b/src/admin/templets/stepselect_main.htm
index 99eab8de..a9b79aac 100644
--- a/src/admin/templets/stepselect_main.htm
+++ b/src/admin/templets/stepselect_main.htm
@@ -94,7 +94,7 @@
});
}
function DelType() {
- DedeConfirm("您确实要删除这个分类吗?").then((v)=>{
+ DedeConfirm("您确实要删除这个分类吗").then((v)=>{
var id = GetSelType();
if (id == 0) {
ShowMsg("必须选择一个类别");
@@ -126,7 +126,7 @@
}
}
function DelSel() {
- DedeConfirm("您确实要删除这些分类吗?").then((v)=>{
+ DedeConfirm("您确实要删除这些分类吗").then((v)=>{
document.form1.submit();
}).catch((e)=>{
console.log(e)
diff --git a/src/admin/templets/templets_default.htm b/src/admin/templets/templets_default.htm
index c5aa6d84..b309ddfc 100644
--- a/src/admin/templets/templets_default.htm
+++ b/src/admin/templets/templets_default.htm
@@ -9,7 +9,7 @@