Minor UI cleanups started porting selects from bootstrap-select to select2

This commit is contained in:
johnny@pittpc.com
2019-11-22 20:37:55 -05:00
parent a66e2c7e33
commit 328ac67d5b
165 changed files with 167 additions and 161 deletions

View File

@@ -16,7 +16,7 @@
</div>
<div class="form-group">
<label>Note <strong class="text-danger">*</strong></label>
<textarea rows="8" class="form-control" name="note" id="addClientNote"></textarea>
<textarea class="form-control summernote" name="note" id="addClientNote"></textarea>
</div>
</div>
<div class="modal-footer bg-white">