mirror of https://github.com/itflow-org/itflow
Made Location notes placeholder offer some better examples like parking and building access then just enter some notes
This commit is contained in:
parent
a113b1390c
commit
73ebfcc233
|
|
@ -155,7 +155,7 @@
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="form-group">
|
<div class="form-group">
|
||||||
<textarea class="form-control" rows="5" name="notes" placeholder="Enter some notes"><?php echo $location_notes; ?></textarea>
|
<textarea class="form-control" rows="5" name="notes" placeholder="Enter some notes, eg Parking Info, Building Access etc"><?php echo $location_notes; ?></textarea>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue