small ui fixes

This commit is contained in:
Janis Steiner
2024-11-28 14:42:45 +00:00
parent d9a8c83ad9
commit cc280021ed
2 changed files with 5 additions and 1 deletions

View File

@@ -29,6 +29,8 @@ while ($row = $result->fetch_assoc()) {
}
if($row["class_id"]==0){
echo "<option value='0' selected>Lehrperson</option>";
}else{
echo "<option value='0'>Lehrperson</option>";
}
echo "</select>
</td>";

View File

@@ -36,6 +36,7 @@ function load_user()
<input type="text" class="form-control" name="username" placeholder="Benutzername eingeben">
<button type="submit" class="btn btn-primary">Suchen</button>
</form>
<div style="overflow-x: auto;">
<table class="table mt-5" id="userTable" >
<thead>
<tr>
@@ -59,6 +60,7 @@ function load_user()
<tbody></tbody>
</table>
</div>
</div>
<div id="footer">
</div>