Initial commit
This commit is contained in:
33
application/Espo/Resources/layouts/Email/composeSmall.json
Normal file
33
application/Espo/Resources/layouts/Email/composeSmall.json
Normal file
@@ -0,0 +1,33 @@
|
||||
[
|
||||
{
|
||||
"columns": [
|
||||
[
|
||||
{
|
||||
"name":"from",
|
||||
"view": "views/email/fields/compose-from-address"
|
||||
},
|
||||
{"name":"to"}
|
||||
],
|
||||
[
|
||||
{"name":"cc"},
|
||||
{"name":"bcc"}
|
||||
]
|
||||
]
|
||||
},
|
||||
{
|
||||
"rows": [
|
||||
[
|
||||
{
|
||||
"name": "parent"
|
||||
},
|
||||
{
|
||||
"name":"selectTemplate",
|
||||
"view":"views/email/fields/select-template"
|
||||
}
|
||||
],
|
||||
[{"name":"subject","fullWidth": true}],
|
||||
[{"name":"body","fullWidth": true}],
|
||||
[{"name":"attachments"}, {"name":"isHtml"} ]
|
||||
]
|
||||
}
|
||||
]
|
||||
@@ -0,0 +1,23 @@
|
||||
[
|
||||
{
|
||||
"name": "teams"
|
||||
},
|
||||
{
|
||||
"name": "status"
|
||||
},
|
||||
{
|
||||
"name": "folderString"
|
||||
},
|
||||
{
|
||||
"name": "replied"
|
||||
},
|
||||
{
|
||||
"name": "replies"
|
||||
},
|
||||
{
|
||||
"name": "tasks"
|
||||
},
|
||||
{
|
||||
"name": "sendAt"
|
||||
}
|
||||
]
|
||||
14
application/Espo/Resources/layouts/Email/detail.json
Normal file
14
application/Espo/Resources/layouts/Email/detail.json
Normal file
@@ -0,0 +1,14 @@
|
||||
[
|
||||
{
|
||||
"label":"",
|
||||
"rows":[
|
||||
[{"name":"dateSent"},{"name":"from"}],
|
||||
[{"name":"parent"}, {"name":"to"}],
|
||||
[false, {"name":"cc"}],
|
||||
[false, {"name":"bcc"}],
|
||||
[{"name":"subject","fullWidth":true}],
|
||||
[{"name":"body","fullWidth":true}],
|
||||
[{"name":"attachments"},{"name":"isHtml"}]
|
||||
]
|
||||
}
|
||||
]
|
||||
@@ -0,0 +1,13 @@
|
||||
[
|
||||
{
|
||||
"label":"",
|
||||
"rows":[
|
||||
[{"name":"dateSent", "readOnly": true},{"name":"from", "readOnly": true}],
|
||||
[{"name":"parent"}, {"name":"to", "readOnly": true}],
|
||||
[false, {"name":"cc", "readOnly": true}],
|
||||
[false, {"name":"bcc", "readOnly": true}],
|
||||
[{"name":"body","fullWidth":true, "readOnly": true, "customLabel": ""}],
|
||||
[{"name":"attachments", "readOnly": true, "fullWidth":true, "customLabel": ""}]
|
||||
]
|
||||
}
|
||||
]
|
||||
14
application/Espo/Resources/layouts/Email/detailSmall.json
Normal file
14
application/Espo/Resources/layouts/Email/detailSmall.json
Normal file
@@ -0,0 +1,14 @@
|
||||
[
|
||||
{
|
||||
"label":"",
|
||||
"rows":[
|
||||
[{"name":"dateSent"}, {"name":"from"}],
|
||||
[{"name":"parent"}, {"name":"to"}],
|
||||
[false, {"name":"cc"}],
|
||||
[false, {"name":"bcc"}],
|
||||
[{"name":"subject", "fullWidth": true}],
|
||||
[{"name":"body", "fullWidth": true}],
|
||||
[{"name":"attachments", "fullWidth": true}]
|
||||
]
|
||||
}
|
||||
]
|
||||
@@ -0,0 +1,13 @@
|
||||
[
|
||||
{
|
||||
"label":"",
|
||||
"rows":[
|
||||
[{"name":"dateSent", "readOnly": true}, {"name":"from", "readOnly": true}],
|
||||
[{"name":"parent"}, {"name":"to", "readOnly": true}],
|
||||
[false, {"name":"cc", "readOnly": true}],
|
||||
[false, {"name":"bcc", "readOnly": true}],
|
||||
[{"name":"body", "readOnly": true, "fullWidth": true, "customLabel": ""}],
|
||||
[{"name":"attachments", "readOnly": true, "fullWidth": true, "customLabel": ""}]
|
||||
]
|
||||
}
|
||||
]
|
||||
22
application/Espo/Resources/layouts/Email/filters.json
Normal file
22
application/Espo/Resources/layouts/Email/filters.json
Normal file
@@ -0,0 +1,22 @@
|
||||
[
|
||||
"account",
|
||||
"dateSent",
|
||||
"emailAddress",
|
||||
"from",
|
||||
"to",
|
||||
"isNotRead",
|
||||
"isNotReplied",
|
||||
"status",
|
||||
"parent",
|
||||
"teams",
|
||||
"sentBy",
|
||||
"users",
|
||||
"createdAt",
|
||||
"hasAttachment",
|
||||
"name",
|
||||
"body",
|
||||
"bodyPlain",
|
||||
"isAutoReply",
|
||||
"inboundEmails",
|
||||
"emailAccounts"
|
||||
]
|
||||
6
application/Espo/Resources/layouts/Email/list.json
Normal file
6
application/Espo/Resources/layouts/Email/list.json
Normal file
@@ -0,0 +1,6 @@
|
||||
[
|
||||
{"name": "personStringData", "width":18, "notSortable": true, "noLabel": true},
|
||||
{"name": "subject", "link": true, "notSortable": true},
|
||||
{"name": "parent", "notSortable": true, "width": 21},
|
||||
{"name": "dateSent", "notSortable": true, "width": 10, "align": "right"}
|
||||
]
|
||||
5
application/Espo/Resources/layouts/Email/listSmall.json
Normal file
5
application/Espo/Resources/layouts/Email/listSmall.json
Normal file
@@ -0,0 +1,5 @@
|
||||
[
|
||||
{"name":"personStringData", "width":20, "notSortable": true, "noLabel": true},
|
||||
{"name":"subject", "link": true, "notSortable": true},
|
||||
{"name":"dateSent", "notSortable": true, "width": 16, "align": "right"}
|
||||
]
|
||||
4
application/Espo/Resources/layouts/Email/massUpdate.json
Normal file
4
application/Espo/Resources/layouts/Email/massUpdate.json
Normal file
@@ -0,0 +1,4 @@
|
||||
[
|
||||
"parent",
|
||||
"teams"
|
||||
]
|
||||
Reference in New Issue
Block a user