added forgotten styling to new button

This commit is contained in:
Patryk Hegenberg 2023-01-24 21:26:15 +01:00
parent 68d28113ec
commit b6414fd29e

View file

@ -62,7 +62,7 @@
echo "<th>". $user['username'] ."</th>";
echo "<th>". $user['email'] ."</th>";
echo "<th>". $user['level'] ."</th>";
echo '<th><form method="POST" action="/deleteUser"><input name="username" type="hidden" value="'.$user['username'].'"><input type="submit" name="delete" value="Loeschen"></form></th>';
echo '<th><form method="POST" action="/deleteUser"><input name="username" type="hidden" value="'.$user['username'].'"><input type="submit" name="delete" value="Loeschen" class="nes-btn"></form></th>';
echo "</tr>";
}