Improve the admin integration

Improve the admin integration
This commit is contained in:
Danang Probo Sayekti 2014-01-30 00:42:00 +07:00
commit 572090f88b
12 changed files with 137 additions and 841 deletions

View file

@ -20,7 +20,7 @@
<td><?php echo $p->title ?></td>
<td><?php echo date('d F Y', $p->date) ?></td>
<td><?php echo $p->tag ?></td>
<td><a href="<?php echo $p->url ?>/edit">Edit</a> <a href="<?php echo $p->url ?>/delete">Delete</a></td>
<td><a href="<?php echo $p->url ?>/edit?destination=admin/posts">Edit</a> <a href="<?php echo $p->url ?>/delete">Delete</a></td>
</tr>
<?php endforeach;?>
</table>