* Code for task #73233.

This commit is contained in:
Yagami
2022-10-24 15:43:36 +08:00
parent d4541ebf3d
commit c232ec7c7d
13 changed files with 63 additions and 15 deletions
+6
View File
@@ -175,6 +175,12 @@
</div>
</td>
</tr>
<?php if(!$project->division):?>
<tr>
<th><?php echo $lang->project->division;?></th>
<td colspan='3'><?php echo html::radio('division', $lang->project->divisionList, $project->division);?></td>
</tr>
<?php endif;?>
<?php if($project->model == 'kanban'):?>
<tr>
<th><?php echo $lang->execution->team;?></th>