Files
Facilitor/APPL/MGT/fac_sp.asp
Jos Groot Lipman f488ba11bc DJIN#36213 SAML/Authenticatie verbeteringen.
svn path=/Website/trunk/; revision=33179
2017-03-16 19:46:30 +00:00

44 lines
806 B
Plaintext

<%@language = "javascript" %>
<% /*
$Revision$
$Id$
File: fac_sp.asp
Description:
Context:
Notes:
*/
%>
<!-- #include file="../scf/scaffolding.inc" -->
<!-- #include file="../mgt/mgt_tools.inc" -->
<!-- #include file="../api2/model_fac_sp.inc" -->
<%
var this_model = new fac_sp();
scaffolding(this_model,
{
"search": {
"autosearch": true,
"filters": [
"name",
"action"
]
},
"list": {
"columns": [
"id",
"code",
"name",
"type",
"remoteloginurl"
]
},
"edit": {
"modal": false
}
});
%>