Removed circle from edit location and client photo, fixed location phone number not saving when you add a client

This commit is contained in:
johnnyq
2022-01-25 15:28:57 -05:00
parent 5170a221c2
commit 21a0feb625
5 changed files with 13 additions and 10 deletions

View File

@@ -121,9 +121,9 @@
<div class="tab-pane fade" id="pills-photo<?php echo $contact_id; ?>">
<center>
<center class="mb-3">
<?php if(!empty($contact_photo)){ ?>
<img class="img-circle" src="<?php echo "uploads/clients/$session_company_id/$client_id/$contact_photo"; ?>" height="256" width="256">
<img class="img-fluid" src="<?php echo "uploads/clients/$session_company_id/$client_id/$contact_photo"; ?>">
<?php }else{ ?>
<span class="fa-stack fa-4x">
<i class="fa fa-circle fa-stack-2x text-secondary"></i>
@@ -133,7 +133,6 @@
</center>
<div class="form-group">
<label>Upload Photo</label>
<input type="file" class="form-control-file" name="file">
</div>