added forgotten styling to new button
This commit is contained in:
parent
68d28113ec
commit
b6414fd29e
1 changed files with 1 additions and 1 deletions
|
|
@ -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>";
|
||||
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue