mirror of https://github.com/itflow-org/itflow
Bold the contact name in client listing
This commit is contained in:
parent
5a7c62c150
commit
cd99e91ac3
|
|
@ -263,7 +263,7 @@ $num_rows = mysqli_fetch_row(mysqli_query($mysqli, "SELECT FOUND_ROWS()"));
|
|||
}
|
||||
|
||||
if (!empty($contact_name)) { ?>
|
||||
<div>
|
||||
<div class="text-bold">
|
||||
<i class="fa fa-fw fa-user text-secondary mr-2 mb-2"></i><?php echo $contact_name; ?>
|
||||
</div>
|
||||
<?php } else {
|
||||
|
|
|
|||
Loading…
Reference in New Issue