delete stations

This commit is contained in:
2022-06-17 20:05:59 +02:00
parent 0f6492ec46
commit 3bea28c125
4 changed files with 43 additions and 0 deletions

View File

@@ -23,6 +23,12 @@
<input type="hidden" id="s_id" name="s_id"/>
</form>
</div>
<div>
<form action="delete_station.php" method="post">
<input id="delete_station" type="button" type="butto" value="Löschen" class="edit" disabled="true"/>
<input type="hidden" id="s_id_delete" name="s_id"/>
</form>
</div>
<div class="table-div">
<table id="table">
<thead>