Some changes

This commit is contained in:
johnny@pittpc.com
2020-12-28 08:01:35 -05:00
parent bc35a3c115
commit 665c8e24f7
4 changed files with 253 additions and 5 deletions

View File

@@ -99,7 +99,7 @@ $total_pages = ceil($total_found_rows / 10);
?>
<tr>
<th class="text-center">
<a class="text-dark" href="#" data-toggle="modal" data-target="#contactDetailsModal<?php echo $contact_id; ?>">
<a class="text-dark" href="#" data-toggle="modal" data-target="#editContactModal<?php echo $contact_id; ?>">
<?php if(!empty($contact_photo)){ ?>
<img height="48" width="48" class="img-fluid rounded-circle" src="<?php echo $contact_photo; ?>">
@@ -142,7 +142,7 @@ $total_pages = ceil($total_found_rows / 10);
<?php
include("client_contact_details_modal.php");
include("edit_contact_modal.php");
}