FSN#36226 fac_email bewerken via scaffolding
svn path=/Website/trunk/; revision=29361
This commit is contained in:
@@ -35,10 +35,9 @@ function fac_email_setting()
|
||||
},
|
||||
"name": {
|
||||
"dbs": "fac_email_setting_user",
|
||||
"label": L("lcl_user"),
|
||||
"label": L("fac_email_setting_user"),
|
||||
"typ": "varchar",
|
||||
"required": true,
|
||||
"insertonly": true
|
||||
"required": true
|
||||
},
|
||||
"from": {
|
||||
"dbs": "fac_email_setting_from",
|
||||
@@ -53,7 +52,8 @@ function fac_email_setting()
|
||||
"expire": {
|
||||
"dbs": "fac_email_setting_expire",
|
||||
"label": L("fac_email_setting_expire"),
|
||||
"typ": "date"
|
||||
"typ": "date",
|
||||
"readonly": true
|
||||
},
|
||||
"attachmentspath": {
|
||||
"dbs": "fac_email_setting_attachpath",
|
||||
|
||||
@@ -30,6 +30,7 @@ scaffolding(this_model,
|
||||
"columns": [
|
||||
"id",
|
||||
"name",
|
||||
"from",
|
||||
"action",
|
||||
"attachmentspath"
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user