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 @@