* Code for task #73233.

This commit is contained in:
孙广明
2022-10-26 09:27:33 +08:00
parent bb5f7d294e
commit e24e771dee
3 changed files with 7 additions and 3 deletions
+2 -2
View File
@@ -175,8 +175,8 @@
</div>
</td>
</tr>
<?php if(!$project->division):?>
<tr>
<?php if($project->model == 'waterfall'):?>
<tr class='hide division'>
<th><?php echo $lang->project->division;?></th>
<td colspan='3'><?php echo html::radio('division', $lang->project->divisionList, $project->division);?></td>
</tr>