Admin panel revamp and simple menu builder

This commit is contained in:
danpros 2021-02-18 14:08:51 +07:00
commit d1f7d279bd
51 changed files with 2946 additions and 1671 deletions

View file

@ -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>