mirror of
https://github.com/danpros/htmly.git
synced 2026-04-20 20:46:26 +05:30
Change admin panel
Change admin panel.
This commit is contained in:
parent
7767c68b5a
commit
cdf2a4dd2b
49 changed files with 1988 additions and 1199 deletions
6
system/admin/views/delete-post.html.php
Normal file
6
system/admin/views/delete-post.html.php
Normal 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>
|
||||
Loading…
Add table
Add a link
Reference in a new issue