mirror of
https://github.com/danpros/htmly.git
synced 2026-04-20 20:46:26 +05:30
Admin panel revamp and simple menu builder
This commit is contained in:
parent
e722158f28
commit
d1f7d279bd
51 changed files with 2946 additions and 1671 deletions
|
|
@ -33,6 +33,6 @@ if (isset($destination)) {
|
|||
<form method="POST">
|
||||
<input type="hidden" name="file" value="<?php echo $p->file ?>"/><br>
|
||||
<input type="hidden" name="csrf_token" value="<?php echo get_csrf() ?>">
|
||||
<input type="submit" name="submit" value="<?php echo i18n('Delete');?>"/>
|
||||
<span><a href="<?php echo $back . '">' . i18n('Cancel');?></a></span>
|
||||
<input type="submit" class="btn btn-danger" name="submit" value="<?php echo i18n('Delete');?>"/>
|
||||
<span><a class="btn btn-primary" href="<?php echo $back . '">' . i18n('Cancel');?></a></span>
|
||||
</form>
|
||||
Loading…
Add table
Add a link
Reference in a new issue