mirror of https://github.com/itflow-org/itflow
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:
parent
0b7b7e298a
commit
36e9f8cd3d
|
|
@ -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']);
|
||||
|
|
|
|||
Loading…
Reference in New Issue