mirror of
https://github.com/itflow-org/itflow
synced 2026-02-28 19:04:52 +00:00
Update more links rearrange Client Overview Side menu to match client side nav, define 0 for the post vars now defined in form. update unbilled tickets report
This commit is contained in:
@@ -157,11 +157,12 @@ $num_rows = mysqli_fetch_row(mysqli_query($mysqli, "SELECT FOUND_ROWS()"));
|
||||
$tr_class = "table-danger";
|
||||
} elseif ($days_until_expiry <= 90) {
|
||||
$tr_class = "table-warning";
|
||||
} else {
|
||||
$tr_class = '';
|
||||
}
|
||||
|
||||
} else {
|
||||
$software_expire_display = "-";
|
||||
$tr_class = '';
|
||||
}
|
||||
|
||||
$software_notes = nullable_htmlentities($row['software_notes']);
|
||||
|
||||
Reference in New Issue
Block a user