Update file users.php
This commit is contained in:
parent
13030db19f
commit
b575127054
@ -126,7 +126,7 @@ if(isset($_POST['userid']) && isset($_POST['role']) && isset($_POST['accreditati
|
|||||||
$user_pp = $row['profile_picture'] == NULL ? "https://abs.twimg.com/sticky/default_profile_images/default_profile_400x400.png" : $row['profile_picture'];
|
$user_pp = $row['profile_picture'] == NULL ? "https://abs.twimg.com/sticky/default_profile_images/default_profile_400x400.png" : $row['profile_picture'];
|
||||||
echo "<div class='user'>";
|
echo "<div class='user'>";
|
||||||
echo "<a href='user.php?user=" . $row['username'] . "'>";
|
echo "<a href='user.php?user=" . $row['username'] . "'>";
|
||||||
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 "</a>";
|
echo "</a>";
|
||||||
echo "<div>";
|
echo "<div>";
|
||||||
echo "<div class='user-names'>";
|
echo "<div class='user-names'>";
|
||||||
@ -152,16 +152,14 @@ if(isset($_POST['userid']) && isset($_POST['role']) && isset($_POST['accreditati
|
|||||||
echo '<option value="' . $id .'">' . $nom . '</option>';
|
echo '<option value="' . $id .'">' . $nom . '</option>';
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
echo "</select></div>";
|
echo "</select></div></div>";
|
||||||
echo "<div class='perm-div'><input type='hidden' name='userid' value='" . $row['ID'] . "'><input type='submit' value='Mettre à jour'></div>";
|
echo "<div class='perm-div'><input type='hidden' name='userid' value='" . $row['ID'] . "'><input type='submit' value='Mettre à jour'></div>";
|
||||||
echo "</div></form></div>";
|
echo "</div></form></div>";
|
||||||
echo "</div>";
|
echo "</div>";
|
||||||
echo "</div>";
|
echo "</div>";
|
||||||
echo "</div>";
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
?>
|
?>
|
||||||
</div>
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user