mirror of
https://github.com/itflow-org/itflow
synced 2026-03-05 13:24:51 +00:00
Defined a note_type_array in get_settings to define note type and associated icon incorporated the array into the Selectboxes to create note and the UI display in contact details
This commit is contained in:
@@ -19,11 +19,9 @@
|
||||
<span class="input-group-text"><i class="fa fa-fw fa-comment"></i></span>
|
||||
</div>
|
||||
<select class="form-control select2" name="type">
|
||||
<option>Call</option>
|
||||
<option>Email</option>
|
||||
<option>Meeting</option>
|
||||
<option>In Person</option>
|
||||
<option>Note</option>
|
||||
<?php foreach ($note_types_array as $note_type => $note_type_icon) { ?>
|
||||
<option><?php echo nullable_htmlentities($note_type); ?></option>
|
||||
<?php } ?>
|
||||
</select>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user