This commit is contained in:
Yagami
2023-05-19 14:05:10 +08:00
parent 0fd6e09f90
commit 20f4e15a72
+2
View File
@@ -109,10 +109,12 @@
<th><?php echo $lang->execution->teamname;?></th>
<td><?php echo html::input('team', $execution->team, "class='form-control'");?></td>
</tr>
<?php if($project->model != 'ipd'):?>
<tr>
<th><?php echo $lang->execution->status;?></th>
<td><?php echo html::select('status', $lang->execution->statusList, $execution->status, "class='form-control chosen'");?></td>
</tr>
<?php endif;?>
<tr>
<th rowspan='2'><?php echo $lang->execution->owner;?></th>
<td>