Change admin panel

Change admin panel.
This commit is contained in:
Danang Probo Sayekti 2014-01-29 10:30:45 +07:00
commit cdf2a4dd2b
49 changed files with 1988 additions and 1199 deletions

View file

@ -0,0 +1,6 @@
<?php echo '<p>Are you sure want to delete <strong>' . $p->title . '</strong>?</p>';?>
<form method="POST">
<input type="hidden" name="file" value="<?php echo $p->file ?>"/><br>
<input type="submit" name="submit" value="Delete"/>
<span><a href="<?php echo site_url() . 'admin/posts' ?>">Cancel</a></span>
</form>