delete entries in users

This commit is contained in:
2022-06-18 10:44:08 +02:00
parent fe877ea176
commit d842b431e0
3 changed files with 41 additions and 0 deletions

View File

@@ -22,6 +22,12 @@
<input id="user_id_val" type="hidden" name="id"/>
</form>
</div>
<div>
<form action="delete_user.php" method="post">
<input type="button" id="delete_user" value="Löschen" class="edit" disabled="true"/>
<input type="hidden" id="id_delete" name="id"/>
</form>
</div>
<div class="table-div">
<table id="table">
<thead>