* Remove NEW_CHILD_COUNT.
This commit is contained in:
@@ -53,7 +53,7 @@
|
||||
if($sonDept->order > $maxOrder) $maxOrder = $sonDept->order;
|
||||
echo html::input("depts[id$sonDept->id]", $sonDept->name, "class='form-control'");
|
||||
}
|
||||
for($i = 0; $i < DEPT::NEW_CHILD_COUNT ; $i ++) echo html::input("depts[]", '', "class='form-control'");
|
||||
for($i = 0; $i < 10; $i ++) echo html::input("depts[]", '', "class='form-control'");
|
||||
?>
|
||||
</td>
|
||||
<td></td>
|
||||
|
||||
Reference in New Issue
Block a user