show controls for every user in search

This commit is contained in:
Thomas Rubini 2023-01-24 21:02:57 +01:00
parent 4a4f740e69
commit d472729992
No known key found for this signature in database
GPG Key ID: C7D287C8C1CAC373

View File

@ -24,7 +24,6 @@
<img class="user_acccount_picture" src=' . $O_user->getProfilePicLink() . ' alt="Photo de profil de ' . $O_user->S_USERNAME . '">
<h3 class="user_account_name">' . $O_user->S_USERNAME . '</h3>
</li>';
}
echo '</ul>
<form method="POST" action="/manageUser/update">
@ -34,6 +33,8 @@
<input type="submit" name="delete" value="Supprimer">
</form>';
}
}
}
?>
</section>