Update file users.php
This commit is contained in:
parent
ebcdc3335f
commit
6ecc398cc0
@ -42,7 +42,6 @@ if(isset($_POST['userid']) && isset($_POST['role']) && isset($_POST['accreditati
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
.user {
|
.user {
|
||||||
background-color: var(--banner-background);
|
background-color: var(--banner-background);
|
||||||
display: flex;
|
display: flex;
|
||||||
@ -125,7 +124,7 @@ if(isset($_POST['userid']) && isset($_POST['role']) && isset($_POST['accreditati
|
|||||||
echo "<div class='user-pp'><img src='" . $user_pp . "' class='user-pp-image'/></div>";
|
echo "<div class='user-pp'><img src='" . $user_pp . "' class='user-pp-image'/></div>";
|
||||||
echo "<div class='user-names'>";
|
echo "<div class='user-names'>";
|
||||||
echo "<div class='user-display-name'>" . $resultat[0]['display_name'];
|
echo "<div class='user-display-name'>" . $resultat[0]['display_name'];
|
||||||
echo "<div class='user-perms'";
|
echo "<div class='user-perms'>";
|
||||||
echo "<select name='accreditation' required>";
|
echo "<select name='accreditation' required>";
|
||||||
foreach($classifications as $id => $nom) {
|
foreach($classifications as $id => $nom) {
|
||||||
if($row['accreditation'] == $id) {
|
if($row['accreditation'] == $id) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user