id) $maxID = $child->id;
$disabled = '';
echo "
";
}
for($i = 0; $i < TRAINCOURSE::NEW_CHILD_COUNT ; $i ++)
{
echo "
";
}
$button = ($type == 'dept') ? html::submitButton() . ' ' . html::backButton() : html::submitButton();
echo "
";
echo html::hidden('parent', $parent);
?>