* Finish task #69006.

This commit is contained in:
tanghucheng
2022-09-16 13:13:26 +08:00
parent 9818a2e0e0
commit 14dd9807e9
10 changed files with 32 additions and 15 deletions
+5 -2
View File
@@ -132,7 +132,9 @@
<td></td>
</tr>
<?php $this->printExtendFields('', 'table', 'columns=3');?>
<tr>
<?php $hidden = 'hide'?>
<?php if(!empty($project->hasProduct)) $hidden = ''?>
<tr class="<?php echo $hidden;?>">
<th><?php echo $lang->execution->manageProducts;?></th>
<td class='text-left' id='productsBox' colspan="3">
<div class='row'>
@@ -159,7 +161,8 @@
</div>
</td>
</tr>
<tr>
<?php if(isset($project->model) and $project->model == 'scrum') $hidden = '';?>
<tr class="<?php echo $hidden?>">
<th><?php echo $lang->execution->linkPlan;?></th>
<td colspan="3" id="plansBox">
<div class='row'>