소스 검색

Update typeunit.class.selector.php

tags/6.2.0
xushubieli 2 년 전
부모
커밋
2625c02eca
1개의 변경된 파일1개의 추가작업 그리고 2개의 파일을 삭제
  1. +1
    -2
      src/system/typelink/typeunit.class.selector.php

+ 1
- 2
src/system/typelink/typeunit.class.selector.php 파일 보기

@@ -129,9 +129,8 @@ class TypeUnitSelector
$soncat .= "<div class='item'><label>".$chackRadio .' '. $typeName."</label></div>\r\n";
$this->LogicListAllSunType($id, $channel, $soncat);
} else {
$soncat .= "<br style='clear:both'><div class='item'>".$typeName."</div>\r\n";
$soncat .= "<div class='item'>".$typeName."</div>\r\n";
$this->LogicListAllSunType($id, $channel, $soncat);
$soncat .= "<br style='clear:both'>";
}
}
}


불러오는 중...
취소
저장