diff --git a/src/admin/inc/inc_catalog_options.php b/src/admin/inc/inc_catalog_options.php index f999dfb3..df090a54 100644 --- a/src/admin/inc/inc_catalog_options.php +++ b/src/admin/inc/inc_catalog_options.php @@ -60,8 +60,8 @@ function GetOptionList($selid = 0, $userCatalog = 0, $channeltype = 0) $sonCats = ''; LogicGetOptionArray($row->id, '─', $channeltype, $dsql, $sonCats); if ($sonCats != '') { - if ($row->ispart == 1) $OptionArrayList .= ""; - else if ($row->ispart == 2) $OptionArrayList .= ""; + if ($row->ispart == 1) $OptionArrayList .= ""; + else if ($row->ispart == 2) $OptionArrayList .= ""; else if (empty($channeltype) && $row->ispart != 0) $OptionArrayList .= ""; else $OptionArrayList .= ""; $OptionArrayList .= $sonCats; diff --git a/src/static/web/css/admin.css b/src/static/web/css/admin.css index 6e629c59..e47fa753 100644 --- a/src/static/web/css/admin.css +++ b/src/static/web/css/admin.css @@ -433,10 +433,10 @@ body.hidemenu .body-right { z-index:19999 } .option1 { - background:#dceca6 + background:#f8f8f8 } .option2 { - background:#f7fbd2 + background:#fbfce2 } .option3 { background:#fff diff --git a/src/system/typelink/typelink.class.php b/src/system/typelink/typelink.class.php index 41b6634b..02857c98 100755 --- a/src/system/typelink/typelink.class.php +++ b/src/system/typelink/typelink.class.php @@ -183,7 +183,7 @@ 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"; } @@ -217,7 +217,7 @@ 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"; } @@ -246,7 +246,7 @@ 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"; }