From f660081075d09373dd9cd45418c8da8563340259 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: Sat, 1 Feb 2025 10:18:28 +0800 Subject: [PATCH] =?UTF-8?q?=E5=90=8C=E6=AD=A5350=E9=AB=98=E5=BA=A6?= =?UTF-8?q?=E5=AF=8C=E6=96=87=E6=9C=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/system/archive/listview.class.php | 2 +- src/system/archive/sglistview.class.php | 2 +- src/system/customfields.func.php | 14 +++++++------- src/user/templets/album_add.htm | 2 +- src/user/templets/album_edit.htm | 2 +- src/user/templets/article_add.htm | 2 +- src/user/templets/article_edit.htm | 2 +- src/user/templets/soft_add.htm | 2 +- src/user/templets/soft_edit.htm | 2 +- 9 files changed, 15 insertions(+), 15 deletions(-) diff --git a/src/system/archive/listview.class.php b/src/system/archive/listview.class.php index 285ba90d..8ca34444 100755 --- a/src/system/archive/listview.class.php +++ b/src/system/archive/listview.class.php @@ -71,7 +71,7 @@ class ListView $this->Fields = $this->TypeLink->TypeInfos; $this->Fields['id'] = $typeid; $this->Fields['position'] = $this->TypeLink->GetPositionLink(true); - $this->Fields['title'] = preg_replace("/[<>]/", " / ", $this->TypeLink->GetPositionLink(false)); + $this->Fields['title'] = preg_replace("/[<>]/", "-", $this->TypeLink->GetPositionLink(false)); //添加联动单筛选 if (isset($_REQUEST['tid'])) { foreach($_GET as $key => $value) { diff --git a/src/system/archive/sglistview.class.php b/src/system/archive/sglistview.class.php index bc756048..4ba33704 100755 --- a/src/system/archive/sglistview.class.php +++ b/src/system/archive/sglistview.class.php @@ -70,7 +70,7 @@ class SgListView $this->Fields = $this->TypeLink->TypeInfos; $this->Fields['id'] = $typeid; $this->Fields['position'] = $this->TypeLink->GetPositionLink(true); - $this->Fields['title'] = preg_replace("/[<>]/", " / ", $this->TypeLink->GetPositionLink(false)); + $this->Fields['title'] = preg_replace("/[<>]/", "-", $this->TypeLink->GetPositionLink(false)); //获得附加表和列表字段信息 $this->AddTable = $this->ChannelUnit->ChannelInfos['addtable']; $listfield = trim($this->ChannelUnit->ChannelInfos['listfields']); diff --git a/src/system/customfields.func.php b/src/system/customfields.func.php index eec0db62..9ba9a209 100755 --- a/src/system/customfields.func.php +++ b/src/system/customfields.func.php @@ -92,11 +92,11 @@ function GetFormItem($ctag, $admintype = 'admin') $dfvalue = str_replace('{{', '<', $dfvalue); $dfvalue = str_replace('}}', '>', $dfvalue); if ($admintype == 'admin') { - $innertext = GetEditor($fieldname, $dfvalue, 360, 'Basic', 'string'); + $innertext = GetEditor($fieldname, $dfvalue, 350, 'Basic', 'string'); } else if ($admintype == 'diy') { - $innertext = GetEditor($fieldname, $dfvalue, 360, 'Diy', 'string'); + $innertext = GetEditor($fieldname, $dfvalue, 350, 'Diy', 'string'); } else { - $innertext = GetEditor($fieldname, $dfvalue, 360, 'Member', 'string'); + $innertext = GetEditor($fieldname, $dfvalue, 350, 'Member', 'string'); } } else if ($fieldType == "multitext") { $innertext = ""; @@ -337,16 +337,16 @@ function GetFormItemValue($ctag, $fvalue, $admintype = 'admin', $fieldname = '') $okfvalue = ''; } if ($admintype == 'admin') { - $myformItem = GetEditor($fieldname, $okfvalue, 360, 'Basic', 'string')." "; + $myformItem = GetEditor($fieldname, $okfvalue, 350, 'Basic', 'string')." "; } else { - $myformItem = GetEditor($fieldname, $okfvalue, 360, 'Member', 'string')." "; + $myformItem = GetEditor($fieldname, $okfvalue, 350, 'Member', 'string')." "; } $innertext = $myformItem; } else if ($ftype == "htmltext") { if ($admintype == 'admin') { - $myformItem = GetEditor($fieldname, $fvalue, 360, 'Basic', 'string')." "; + $myformItem = GetEditor($fieldname, $fvalue, 350, 'Basic', 'string')." "; } else { - $myformItem = GetEditor($fieldname, $fvalue, 360, 'Member', 'string')." "; + $myformItem = GetEditor($fieldname, $fvalue, 350, 'Member', 'string')." "; } $innertext = $myformItem; } else if ($ftype == "multitext") { diff --git a/src/user/templets/album_add.htm b/src/user/templets/album_add.htm index a900424e..3eea83c7 100755 --- a/src/user/templets/album_add.htm +++ b/src/user/templets/album_add.htm @@ -56,7 +56,7 @@