Browse Source

Update typeunit.class.selector.php

tags/6.2.0
xushubieli 2 years ago
parent
commit
2625c02eca
1 changed files with 1 additions and 2 deletions
  1. +1
    -2
      src/system/typelink/typeunit.class.selector.php

+ 1
- 2
src/system/typelink/typeunit.class.selector.php View File

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


Loading…
Cancel
Save