* Finish task #36488.

This commit is contained in:
Yagami
2021-03-11 09:11:17 +08:00
parent 80f6cf2fca
commit 18ea33f62e
4 changed files with 29 additions and 12 deletions
+1 -1
View File
@@ -33,7 +33,7 @@
<table class='table table-form'>
<tr>
<th class='w-120px'><?php echo $lang->program->parent;?></th>
<td><?php echo html::select('parent', $projectList, $project->parent, "class='form-control chosen'");?></td>
<td><?php echo html::select('parent', $programList, $project->parent, "class='form-control chosen'");?></td>
<td></td>
<td></td>
</tr>