* Merge #b94a69a0b8,Finish task #92304.

This commit is contained in:
tanghucheng
2023-11-02 22:26:36 -04:00
parent 477caf8ef5
commit 15f6b8a224
7 changed files with 22 additions and 14 deletions
+3 -1
View File
@@ -60,10 +60,12 @@
<tr id="attributeType">
<th><?php echo $lang->programplan->attribute;?></th>
<td colspan='2'>
<?php echo $enableOptionalAttr ? html::select('attribute', $lang->stage->typeList, $plan->attribute, "class='form-control'") : zget($lang->stage->typeList, $plan->attribute);?>
<?php echo $enableOptionalAttr ? html::select('attribute', $project->model == 'ipd' ? $lang->stage->ipdTypeList : $lang->stage->typeList, $plan->attribute, "class='form-control'") : zget($lang->stage->typeList, $plan->attribute);?>
</td>
<td>
<?php if($project->model != 'ipd'):?>
<icon class='icon icon-help' data-toggle='popover' data-trigger='focus hover' data-placement='right' data-tip-class='text-muted popover-sm' data-content="<?php echo $lang->execution->typeTip;?>"></icon>
<?php endif;?>
</td>
</tr>
<?php if($plan->setMilestone):?>