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:
+1
-1
@@ -255,7 +255,7 @@ $num_rows = mysqli_fetch_row(mysqli_query($mysqli, "SELECT FOUND_ROWS()"));
|
|||||||
if (empty($contact_archived_at)) {
|
if (empty($contact_archived_at)) {
|
||||||
$contact_archived_display = "";
|
$contact_archived_display = "";
|
||||||
} else {
|
} 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']);
|
$location_name = nullable_htmlentities($row['location_name']);
|
||||||
|
|||||||
Reference in New Issue
Block a user