diff --git a/src/static/web/css/admin.css b/src/static/web/css/admin.css index e47fa753..ebbb7d83 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:#f8f8f8 + background:#fbfce2 } .option2 { - background:#fbfce2 + background:#f2f2f2 } .option3 { background:#fff diff --git a/src/system/typelink/typelink.class.php b/src/system/typelink/typelink.class.php index 02857c98..662ebfe5 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"; }