it is now possible to edit station entries
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user