mirror of
https://github.com/itflow-org/itflow
synced 2026-02-28 10:54:52 +00:00
Minor UI cleanups started porting selects from bootstrap-select to select2
This commit is contained in:
@@ -16,7 +16,7 @@
|
||||
</div>
|
||||
<div class="form-group">
|
||||
<label>Note <strong class="text-danger">*</strong></label>
|
||||
<textarea rows="8" class="form-control" id="editClientNote" name="note"><?php echo $note_body; ?></textarea>
|
||||
<textarea class="form-control summernote" name="note"><?php echo $note_body; ?></textarea>
|
||||
</div>
|
||||
</div>
|
||||
<div class="modal-footer bg-white">
|
||||
|
||||
Reference in New Issue
Block a user