* finish task #3727.

This commit is contained in:
wangyidong
2018-03-16 15:51:14 +08:00
parent 87a0679cbf
commit 809c8d5eb2
8 changed files with 55 additions and 23 deletions
+15
View File
@@ -138,6 +138,21 @@
?>
</td>
</tr>
<tr>
<th><?php echo $lang->project->linkPlan;?></th>
<td>
<?php
foreach($products as $productID => $product)
{
if(isset($planGroups[$productID][$product->plan]))
{
echo html::a($this->createLink('productplan', 'view', "planID={$product->id}"), $product->name . '/' . $planGroups[$productID][$product->plan]);
}
echo '<br />';
}
?>
</td>
</tr>
<?php endif;?>
<tr>
<th><?php echo $lang->project->acl;?></th>