* adjust layout of product plan list.

This commit is contained in:
chencongzhi520@gmail.com
2012-10-25 06:59:29 +00:00
parent aacc18a46d
commit 809cd8c8c2
+1 -1
View File
@@ -35,7 +35,7 @@
<td><?php echo $plan->end;?></td>
<td class='a-left nobr'><?php echo html::a(inlink('view', "id=$plan->id"), $plan->title);?></td>
<td class='a-left nobr content'><?php echo $plan->desc;?></td>
<td>
<td class='a-right'>
<?php
common::printLink('productplan', 'linkstory', "planID=$plan->id", $lang->productplan->linkStory);
common::printIcon('productplan', 'edit', "planID=$plan->id", '', 'list');