From 36e9f8cd3d5e23c7a2061f8ce88fdb1807b12009 Mon Sep 17 00:00:00 2001 From: johnnyq Date: Sat, 27 Jan 2024 03:44:32 -0500 Subject: [PATCH] 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 --- client_assets.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client_assets.php b/client_assets.php index a482214e..d57b8540 100644 --- a/client_assets.php +++ b/client_assets.php @@ -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 = " Archived - "; } $location_name = nullable_htmlentities($row['location_name']);