dev and fix

This commit is contained in:
yuri
2016-01-08 14:50:46 +02:00
parent 7dc230d731
commit 4b4f8d2cc4
6 changed files with 9 additions and 8 deletions

View File

@@ -1,6 +1,6 @@
{
"fields": {
"name": "Subject",
"name": "Name",
"parent": "Parent",
"status": "Status",
"dateSent": "Date Sent",

View File

@@ -5,7 +5,7 @@
[
{
"name":"from",
"view": "Email.Fields.ComposeFromAddress"
"view": "views/email/fields/compose-from-address"
},
{"name":"cc"}
],
@@ -19,10 +19,10 @@
},
{
"name":"selectTemplate",
"view":"Email.Fields.SelectTemplate"
"view":"views/email/fields/select-template"
}
],
[{"name":"name","fullWidth":true}],
[{"name":"subject","fullWidth":true}],
[{"name":"body","fullWidth":true}],
[{"name":"attachments"},{"name":"isHtml"}]
]

View File

@@ -6,7 +6,7 @@
[{"name":"dateSent"}, {"name":"to"}],
[{"name":"parent"}, {"name":"cc"}],
[false, {"name":"bcc"}],
[{"name":"name","fullWidth":true}],
[{"name":"subject","fullWidth":true}],
[{"name":"body","fullWidth":true}],
[{"name":"attachments"},{"name":"isHtml"}]
]

View File

@@ -6,7 +6,7 @@
[{"name":"parent"}, {"name":"to"}],
[false, {"name":"cc"}],
[false, {"name":"bcc"}],
[{"name":"name", "fullWidth": true}],
[{"name":"subject", "fullWidth": true}],
[{"name":"body", "fullWidth": true}],
[{"name":"attachments", "fullWidth": true}]
]

View File

@@ -3,5 +3,5 @@
{"name":"subject","width":35,"link":true,"notSortable": true},
{"name":"status","notSortable": true, "width":10},
{"name":"parent","notSortable": true, "width": 16},
{"name":"dateSent","view": "Fields.DatetimeShort", "notSortable": true, "width":10, "align": "right"}
{"name":"dateSent","view": "views/fields/date-time-short", "notSortable": true, "width":10, "align": "right"}
]

View File

@@ -8,7 +8,8 @@
"type": "varchar",
"required": true,
"notStorable": true,
"view": "Email.Fields.Subject"
"view": "views/email/fields/subject",
"disabled": true
},
"fromName": {
"type": "varchar"