43 lines
831 B
Plaintext
43 lines
831 B
Plaintext
<%@language = "javascript" %>
|
|
<% /*
|
|
$Revision$
|
|
$Id$
|
|
|
|
File: fac_email_setting.asp
|
|
|
|
Description:
|
|
|
|
Context:
|
|
|
|
Notes: Eerste opzet, zie FSN#36226
|
|
*/
|
|
%>
|
|
<!-- #include file="../scf/scaffolding.inc" -->
|
|
<!-- #include file="../api2/model_fac_email_setting.inc" -->
|
|
<%
|
|
var this_model = new fac_email_setting();
|
|
|
|
scaffolding(this_model,
|
|
{
|
|
"search": {
|
|
"autosearch": true,
|
|
"filters": [
|
|
"name",
|
|
"action"
|
|
]
|
|
},
|
|
"list": {
|
|
"columns": [
|
|
"id",
|
|
"name",
|
|
"from",
|
|
"action",
|
|
"attachmentspath"
|
|
]
|
|
},
|
|
"edit": {
|
|
"modal": true
|
|
}
|
|
});
|
|
%>
|