* Adjust project module code.

This commit is contained in:
leiyong
2020-10-22 16:49:40 +08:00
parent 53059df964
commit 934a3278f5
16 changed files with 76 additions and 94 deletions
+1 -1
View File
@@ -63,7 +63,7 @@
<?php if(!$isSprint):?>
<tr>
<th><?php echo $lang->project->type;?></th>
<td><?php echo html::select('type', $lang->project->typeList, $project->type, "class='form-control'");?></td>
<td><?php echo html::select('lifetime', $lang->program->PRJLifeTimeList, $project->type, "class='form-control'");?></td>
</tr>
<?php endif;?>
<tr>