* Remove project lifetime.

This commit is contained in:
Yagami
2020-11-17 13:45:00 +08:00
parent e5fa6f7bed
commit 8427681ba0
2 changed files with 0 additions and 12 deletions
-6
View File
@@ -50,12 +50,6 @@
<th><?php echo $lang->program->PRJCode;?></th>
<td><?php echo html::input('code', $code, "class='form-control' required");?></td><td></td><td></td>
</tr>
<?php if($model == 'scrum'):?>
<tr>
<th><?php echo $lang->program->PRJCategory;?></th>
<td><?php echo html::select('lifetime', $lang->program->PRJLifeTimeList, '', "class='form-control'");?></td><td></td><td></td>
</tr>
<?php endif;?>
<?php if($model == 'waterfall'):?>
<tr>
<th><?php echo $lang->program->PRJCategory;?></th>
-6
View File
@@ -46,12 +46,6 @@
<th><?php echo $lang->program->PRJCode;?></th>
<td><?php echo html::input('code', $project->code, "class='form-control' required");?></td><td></td><td></td>
</tr>
<?php if($project->model == 'scrum'):?>
<tr>
<th><?php echo $lang->program->PRJCategory;?></th>
<td><?php echo html::select('lifetime', $lang->program->PRJLifeTimeList, $project->lifetime, "class='form-control'");?></td><td></td><td></td>
</tr>
<?php endif;?>
<?php if($project->model == 'waterfall'):?>
<tr>
<th><?php echo $lang->program->PRJCategory;?></th>