Added more informative notes placeholder for contact as well

This commit is contained in:
johnnyq
2024-01-15 20:06:25 -05:00
parent 73ebfcc233
commit 483bf4bcfd
4 changed files with 4 additions and 4 deletions

View File

@@ -122,7 +122,7 @@ if (isset($_GET['contact_id'])) {
<h5 class="card-title"><i class="fa fa-fw fa-edit mr-2"></i>Notes</h5>
</div>
<div class="card-body p-1">
<textarea class="form-control" rows=6 id="contactNotes" placeholder="Enter quick notes here" onblur="updateContactNotes(<?php echo $contact_id ?>)"><?php echo $contact_notes ?></textarea>
<textarea class="form-control" rows=6 id="contactNotes" placeholder="Notes, eg Personal tidbits to spark convo, temperment, etc" onblur="updateContactNotes(<?php echo $contact_id ?>)"><?php echo $contact_notes ?></textarea>
</div>
</div>