ソースを参照

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'>";
}
}
}


読み込み中…
キャンセル
保存