FSN#36083 Mogen allemaal best modal

svn path=/Website/trunk/; revision=28919
This commit is contained in:
Jos Groot Lipman
2016-04-13 12:58:03 +00:00
parent 55cd18c5dc
commit 57f65ef019
14 changed files with 44 additions and 10 deletions

View File

@@ -17,6 +17,9 @@ scaffolding(this_model,
"name",
"applicable"
]
},
"edit":{
"modal": true
}
});
%>

View File

@@ -19,6 +19,9 @@ scaffolding(this_model,
"rentable",
"code"
]
},
"edit":{
"modal": true
}
});
%>

View File

@@ -47,7 +47,8 @@ scaffolding(this_model,
"fac_typestaffel_groep"
]
},
"edit": {},
"print": {}
"edit":{
"modal": true
}
});
%>

View File

@@ -16,6 +16,9 @@ scaffolding(this_model,
"id",
"name"
]
},
"edit":{
"modal": true
}
});
%>

View File

@@ -33,6 +33,9 @@ scaffolding(this_model,
"number",
"sequence"
]
},
"edit":{
"modal": true
}
});
%>

View File

@@ -20,6 +20,9 @@ scaffolding(this_model,
"name",
"inspection_type"
]
},
"edit":{
"modal": true
}
});
%>

View File

@@ -33,6 +33,9 @@ scaffolding(this_model,
"name",
"catalogue"
]
},
"edit":{
"modal": true
}
});
%>

View File

@@ -19,6 +19,9 @@ scaffolding(this_model,
"id",
"name"
]
},
"edit":{
"modal": true
}
});
%>

View File

@@ -30,11 +30,8 @@
"firstname",
"login",
"authorization.fac_groep"
],
"requires": {
js: ["./prs_perslid.js"]
},
"default_action": "edit_rechten"
}
]
},
"show": {}
});
%>

View File

@@ -31,6 +31,9 @@ scaffolding(this_model,
"id",
"name"
]
},
"edit":{
"modal": true
}
});

View File

@@ -21,6 +21,9 @@ scaffolding(this_model,
"hourly wages",
"area"
]
},
"edit":{
"modal": true
}
});
%>

View File

@@ -21,6 +21,9 @@ scaffolding(this_model,
"limit_value",
"discount"
]
},
"edit":{
"modal": true
}
});
%>

View File

@@ -8,6 +8,9 @@
{
"search": {
autosearch: true
}
},
"edit": {
"modal": true
}
});
%>

View File

@@ -8,6 +8,9 @@
{
"search": {
autosearch: true
}
},
"edit": {
"modal": true
}
});
%>