mirror of
https://github.com/itflow-org/itflow
synced 2026-02-28 02:44:53 +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:
@@ -298,3 +298,10 @@ $rack_type_select_array = array(
|
||||
"Other"
|
||||
);
|
||||
|
||||
$note_types_array = array (
|
||||
'Call'=>'fa-phone-alt',
|
||||
'Email'=>'fa-envelope',
|
||||
'Meeting'=>'fa-handshake',
|
||||
'In Person'=>'fa-people-arrows',
|
||||
'Note'=>'fa-sticky-note'
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user