Add Red X next to Assigned to for Archived Users still palying with this design maybe just make the user text red with a pop over that says archived when hovered

This commit is contained in:
johnnyq 2024-01-27 03:44:32 -05:00
parent 0b7b7e298a
commit 36e9f8cd3d
1 changed files with 1 additions and 1 deletions

View File

@ -255,7 +255,7 @@ $num_rows = mysqli_fetch_row(mysqli_query($mysqli, "SELECT FOUND_ROWS()"));
if (empty($contact_archived_at)) {
$contact_archived_display = "";
} else {
$contact_archived_display = "Archived - ";
$contact_archived_display = "<i class='fas fa-fw fa-times text-danger'></i> Archived - ";
}
$location_name = nullable_htmlentities($row['location_name']);