mirror of
https://github.com/SuiteCRM/SuiteCRM-Core.git
synced 2026-07-26 22:39:11 +08:00
123 lines
2.7 KiB
YAML
123 lines
2.7 KiB
YAML
parameters:
|
|
module.subpanel.top_buttons:
|
|
SubPanelTopSelectButton:
|
|
key: select
|
|
labelKey: LBL_LINK_UNLINK
|
|
action: link
|
|
modes:
|
|
- list
|
|
acl:
|
|
- edit
|
|
SubPanelTopButtonQuickCreate: &createButton
|
|
key: create
|
|
labelKey: LBL_QUICK_CREATE
|
|
action: create
|
|
modes:
|
|
- list
|
|
acl:
|
|
- edit
|
|
SubPanelTopFilterButton:
|
|
key: show-filter
|
|
icon: filter
|
|
labelKey: LBL_FILTER
|
|
action: show-filter
|
|
params:
|
|
expanded: true
|
|
modes:
|
|
- list
|
|
acl:
|
|
SubPanelFilterClearButton:
|
|
key: clear-filter
|
|
labelKey: LBL_CLEAR_FILTER
|
|
action: clear-filter
|
|
params:
|
|
collapsedMobile: true
|
|
expanded: true
|
|
modes:
|
|
- list
|
|
acl:
|
|
SubPanelTopCreateButton: *createButton
|
|
SubPanelTopCreateTaskButton:
|
|
key: create
|
|
labelKey: LNK_NEW_TASK
|
|
action: create
|
|
modes:
|
|
- list
|
|
acl:
|
|
- edit
|
|
module: tasks
|
|
SubPanelTopScheduleMeetingButton:
|
|
key: create
|
|
labelKey: LNK_NEW_MEETING
|
|
action: create
|
|
modes:
|
|
- list
|
|
acl:
|
|
- edit
|
|
module: meetings
|
|
SubPanelTopScheduleCallButton:
|
|
key: create
|
|
labelKey: LNK_NEW_CALL
|
|
action: create
|
|
modes:
|
|
- list
|
|
acl:
|
|
- edit
|
|
module: calls
|
|
SubPanelTopComposeEmailButton:
|
|
key: modal-create
|
|
labelKey: LNK_NEW_EMAIL
|
|
action: modal-create
|
|
modes:
|
|
- list
|
|
params:
|
|
detached: true
|
|
headerClass: 'left-aligned-title'
|
|
closable: false
|
|
headerActionsKlass: 'draft-modal-action'
|
|
dynamicTitleKey: LBL_EMAIL_MODAL_DYNAMIC_TITLE
|
|
modalOptions:
|
|
size: 'lg'
|
|
scrollable: false
|
|
mapFields:
|
|
default:
|
|
'parent_id': 'id'
|
|
'parent_name': 'fields.name'
|
|
'parent_type': 'attributes.module_name'
|
|
'to_addrs_names':
|
|
-
|
|
'id': 'id'
|
|
'name': 'fields.name'
|
|
'email1': 'attributes.email1'
|
|
'module_name': 'attributes.module_name'
|
|
acl:
|
|
- edit
|
|
module: emails
|
|
metadataView: modalComposeView
|
|
SubPanelTopCreateNoteButton:
|
|
key: create
|
|
labelKey: LNK_NEW_NOTE
|
|
action: create
|
|
modes:
|
|
- list
|
|
acl:
|
|
- edit
|
|
module: notes
|
|
SubPanelTopArchiveEmailButton:
|
|
key: create
|
|
labelKey: LBL_TRACK_EMAIL_BUTTON_LABEL
|
|
action: create
|
|
modes:
|
|
- list
|
|
acl:
|
|
- edit
|
|
module: emails
|
|
SubPanelTopCreateLeadNameButton:
|
|
key: create
|
|
labelKey: LBL_QUICK_CREATE
|
|
action: create
|
|
modes:
|
|
- list
|
|
acl:
|
|
- edit
|
|
module: leads
|