* Finish task #70200.

This commit is contained in:
daitingting
2022-09-26 09:38:11 +00:00
parent 6e6ecb4f6a
commit f7d564e837
33 changed files with 148 additions and 209 deletions
+3 -7
View File
@@ -73,15 +73,11 @@
<td><?php echo html::input('code', $code, "class='form-control' required");?></td>
</tr>
<?php endif;?>
<?php if(!isset($this->config->projectMode) and $model != 'waterfall'):?>
<?php if($model != 'waterfall'):?>
<tr>
<th><?php echo $lang->project->noSprint;?></th>
<td colspan='3'><?php echo nl2br(html::radio('noSprint', $lang->project->noSprintList, 0));?></td>
<th><?php echo $lang->project->multiple;?></th>
<td colspan='3'><?php echo nl2br(html::radio('multiple', $lang->project->multipleList, '1'));?></td>
</tr>
<?php elseif($model == 'waterfall'):?>
<?php echo html::hidden('noSprint', 0);?>
<?php else:?>
<?php echo html::hidden('noSprint', 1);?>
<?php endif;?>
<tr>
<th><?php echo $lang->project->PM;?></th>