移除在线下载数据的对应操作

This commit is contained in:
wlx 2013-04-17 06:48:02 +00:00
parent d3c6d67e94
commit b8ca2e7551
1 changed files with 1 additions and 2 deletions

View File

@ -56,8 +56,7 @@
<tr> <tr>
<td><?php echo date('Y-m-d H:i:s',strtotime($order['ts_created'])); ?></td> <td><?php echo date('Y-m-d H:i:s',strtotime($order['ts_created'])); ?></td>
<td><a href="<?php echo $order['uuid']; ?>"><?php echo $order['title']; ?></a></td> <td><a href="<?php echo $order['uuid']; ?>"><?php echo $order['title']; ?></a></td>
<td><a href="/data/order/finish/<?php echo $order['id']; ?>" class="btn btn-success btn-small">完成</a> <td></td>
<a href="/data/order/cancel/<?php echo $order['id']; ?>" class="btn btn-small">取消下载</a></td>
</tr> </tr>
<?php endforeach; ?> <?php endforeach; ?>
</tbody> </tbody>