* remove the link of productplan id.

This commit is contained in:
chencongzhi520@gmail.com
2013-05-02 06:57:41 +00:00
parent a865ac9442
commit f24894c3b8

View File

@@ -30,7 +30,7 @@
<tbody>
<?php foreach($plans as $plan):?>
<tr class='a-center'>
<td><?php echo html::a(inlink('view', "id=$plan->id"), $plan->id);?></td>
<td><?php echo $plan->id;?></td>
<td class='a-left' title="<?php echo $plan->title?>"><?php echo html::a(inlink('view', "id=$plan->id"), $plan->title);?></td>
<td class='a-left content' title="<?php echo $plan->desc?>"><?php echo $plan->desc;?></td>
<td><?php echo $plan->begin;?></td>