Added the ability to upload a client contact photo

This commit is contained in:
root
2019-05-15 03:00:24 -04:00
parent 13c330d3b1
commit 4b3c2c8c2a
4 changed files with 23 additions and 7 deletions

View File

@@ -10,6 +10,7 @@
<form action="post.php" method="post" autocomplete="off">
<input type="hidden" name="client_contact_id" value="<?php echo $client_contact_id; ?>">
<div class="modal-body bg-white">
<center><img class="img-fluid rounded-circle" src="<?php echo $client_contact_photo; ?>" height="256" width="256"></center>
<div class="form-group">
<label>Name</label>
<div class="input-group">