Skip to content

Commit 483bf4b

Browse files
committed
Added more informative notes placeholder for contact as well
1 parent 73ebfcc commit 483bf4b

4 files changed

+4
-4
lines changed

client_contact_details.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@
122122
<h5 class="card-title"><i class="fa fa-fw fa-edit mr-2"></i>Notes</h5>
123123
</div>
124124
<div class="card-body p-1">
125-
<textarea class="form-control" rows=6 id="contactNotes" placeholder="Enter quick notes here" onblur="updateContactNotes(<?php echo $contact_id ?>)"><?php echo $contact_notes ?></textarea>
125+
<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>
126126
</div>
127127
</div>
128128

client_contact_edit_modal.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -244,7 +244,7 @@
244244
<div class="tab-pane fade" id="pills-notes<?php echo $contact_id; ?>">
245245

246246
<div class="form-group">
247-
<textarea class="form-control" rows="8" name="notes" placeholder="Enter some notes"><?php echo $contact_notes; ?></textarea>
247+
<textarea class="form-control" rows="8" name="notes" placeholder="Notes, eg Personal tidbits to spark convo, temperment, etc"><?php echo $contact_notes; ?></textarea>
248248
</div>
249249

250250
</div>

client_location_add_modal.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@
146146
</div>
147147

148148
<div class="form-group">
149-
<textarea class="form-control" rows="6" name="notes" placeholder="Enter some notes"></textarea>
149+
<textarea class="form-control" rows="6" name="notes" placeholder="Notes, eg Parking Info, Building Access etc"></textarea>
150150
</div>
151151

152152
</div>

client_location_edit_modal.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,7 @@
155155
</div>
156156

157157
<div class="form-group">
158-
<textarea class="form-control" rows="5" name="notes" placeholder="Enter some notes, eg Parking Info, Building Access etc"><?php echo $location_notes; ?></textarea>
158+
<textarea class="form-control" rows="5" name="notes" placeholder="Notes, eg Parking Info, Building Access etc"><?php echo $location_notes; ?></textarea>
159159
</div>
160160

161161
</div>

0 commit comments

Comments
 (0)