- 文档id: |
+ 文档id: |
移动到目标栏目必须和选定文档频道类型一致,否则程序会自动勿略不符合文档
@@ -521,7 +521,7 @@ else if ($dopost == 'quickEdit') {
echo "";
?>
- 所属栏目: |
+ 所属栏目: |
getUserChannel(), $arcRow['channel']);
@@ -533,7 +533,7 @@ else if ($dopost == 'quickEdit') {
|
- 属性: |
+ 属性: |
|
- 标题: |
+ 标题: |
|
- 简略标题: |
+ 简略标题: |
|
- 阅读权限: |
+ 阅读权限: |
|
- 关键词: |
+ 关键词: |
|
@@ -820,7 +820,7 @@ else if ($dopost == 'attsDlg') {
echo "";
?>
- 属性: |
+ 属性: |
|
- 文档id: |
+ 文档id: |
|
diff --git a/src/admin/templets/media_main.htm b/src/admin/templets/media_main.htm
index a37744bc..b7a655bd 100644
--- a/src/admin/templets/media_main.htm
+++ b/src/admin/templets/media_main.htm
@@ -97,7 +97,7 @@
{dede:field.mediatype function="MediaType(@me,$fields['url'])"/} |
修改
- 删除
+ 删除
|
{/dede:datalist}
diff --git a/src/system/typelink/typelink.class.php b/src/system/typelink/typelink.class.php
index 58558395..41b6634b 100755
--- a/src/system/typelink/typelink.class.php
+++ b/src/system/typelink/typelink.class.php
@@ -183,9 +183,9 @@ class TypeLink
$row = $this->dsql->GetOne("SELECT id,typename,ispart,channeltype FROM `#@__arctype` WHERE id='$hid'");
$channeltype = $row['channeltype'];
if ($row['ispart'] == 1) {
- $this->OptionArrayList .= "\r\n";
+ $this->OptionArrayList .= "\r\n";
} else {
- $this->OptionArrayList .= "\r\n";
+ $this->OptionArrayList .= "\r\n";
}
}
if ($channeltype == 0) $ctsql = '';
@@ -217,9 +217,9 @@ class TypeLink
while ($row = $this->dsql->GetObject()) {
if ($row->id != $hid) {
if ($row->ispart == 1) {
- $this->OptionArrayList .= "\r\n";
+ $this->OptionArrayList .= "\r\n";
} else {
- $this->OptionArrayList .= "\r\n";
+ $this->OptionArrayList .= "\r\n";
}
}
$this->LogicGetOptionArray($row->id, "─", $oper);
@@ -246,9 +246,9 @@ class TypeLink
if (!in_array($row->id, $oper)) continue;
}
if ($row->ispart == 1) {
- $this->OptionArrayList .= "\r\n";
+ $this->OptionArrayList .= "\r\n";
} else {
- $this->OptionArrayList .= "\r\n";
+ $this->OptionArrayList .= "\r\n";
}
$this->LogicGetOptionArray($row->id, $step."─", $oper);
}
|