From 685c9bc4ce139560e6eb0bedc217445e68f43225 Mon Sep 17 00:00:00 2001 From: Jan BELLON Date: Tue, 12 Mar 2024 15:26:06 +0000 Subject: [PATCH] Update file users.php --- html/users.php | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/html/users.php b/html/users.php index 20b5f334..9affdc5a 100644 --- a/html/users.php +++ b/html/users.php @@ -86,6 +86,11 @@ if(isset($_POST['userid']) && isset($_POST['role']) && isset($_POST['accreditati width: 10em; border-radius: 10em; } + + .certification { + transform: translate(0, -15%); + width: 1.5em; + } <?=$title?> @@ -132,7 +137,11 @@ if(isset($_POST['userid']) && isset($_POST['role']) && isset($_POST['accreditati echo ""; echo "
"; echo "
"; - echo "
" . $row['display_name'] . "
"; + echo "
" . $row['display_name']; + if($row['role'] != 0) { + echo ''; + } + echo "
"; echo "
@" . $row['username'] . "
"; echo "
"; echo "
";