Refresh some UI elements for add edit calendar events and some other UI updates including adding tickets

This commit is contained in:
johnnyq
2022-12-11 13:12:08 -05:00
parent 69dbb51e93
commit 13d9d6f743
5 changed files with 341 additions and 299 deletions

View File

@@ -202,7 +202,7 @@ $num_rows = mysqli_fetch_row(mysqli_query($mysqli,"SELECT FOUND_ROWS()"));
$client_net_terms = htmlentities($row['client_net_terms']);
$client_referral = htmlentities($row['client_referral']);
$client_notes = htmlentities($row['client_notes']);
$client_created_at = $row['client_created_at'];
$client_created_at = date('Y-m-d',strtotime($row['client_created_at']));
$client_updated_at = $row['client_updated_at'];
$client_archive_at = $row['client_archived_at'];
@@ -266,7 +266,7 @@ $num_rows = mysqli_fetch_row(mysqli_query($mysqli,"SELECT FOUND_ROWS()"));
<?php echo $client_tags_display; ?>
<?php } ?>
<br>
<small class="text-secondary"><b>Added:</b> <?php echo $client_created_at; ?></small>
<small class="text-secondary"><strong>Created:</strong> <?php echo $client_created_at; ?></small>
</td>
<td><?php echo $location_address_display; ?></td>
<td>