* Delete unused file and add new file.

This commit is contained in:
Yagami
2020-09-22 15:10:11 +08:00
parent 5bff3486d4
commit dd48623aaa
19 changed files with 381 additions and 679 deletions
+1 -1
View File
@@ -41,7 +41,7 @@
<?php if($project->model == 'waterfall'):?>
<tr>
<th><?php echo $lang->program->PRJCategory;?></th>
<td><?php echo html::select('category', $lang->program->PRJCategoryList, $project->category, "class='form-control'");?></td><td></td><td></td>
<td><?php echo html::select('product', $lang->program->PRJCategoryList, $project->product, "class='form-control'");?></td><td></td><td></td>
</tr>
<?php endif;?>
<tr>