Wijzigen knop moet altijd vooraan
svn path=/Website/trunk/; revision=31831
This commit is contained in:
@@ -97,7 +97,7 @@ function scaffolding_show(model, scf_params)
|
||||
|
||||
if (model["REST_PUT"]) // TODO: Eventueel autfunction testen?
|
||||
{
|
||||
buttons.push({title: L("lcl_change"), action: "xxx_change()", icon: "fa-edit" });
|
||||
buttons.unshift({title: L("lcl_change"), action: "xxx_change()", icon: "fa-edit" });
|
||||
if (model["REST_DELETE"])
|
||||
buttons.push({title: L("lcl_delete"), action: "xxx_delete()", icon: "fa-trash" });
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user