it is now possible to edit station entries

This commit is contained in:
2022-06-17 17:18:41 +02:00
parent 491a12276d
commit 4ca75ef48d
7 changed files with 108 additions and 8 deletions

View File

@@ -5,7 +5,7 @@
include("../scripts/functions.php");
$user_data = check_login($con);
include("header_footer/header.php");
include("header_footer/header.php");
?>
<body>
@@ -17,6 +17,12 @@
<input type="submit" value="Station anlegen"/>
</form>
</div>
<div>
<form action="edit_station.php" method="get">
<input id="edit_station" type="button" value="Station bearbeiten" class="edit" disabled="true"/>
<input type="hidden" id="s_id" name="s_id"/>
</form>
</div>
<div class="table-div">
<table id="table">
<thead>