svn path=/Website/trunk/; revision=31235
This commit is contained in:
Jos Groot Lipman
2016-10-26 13:33:11 +00:00
parent 9ad7a622c6
commit 67cc16542e
11 changed files with 52 additions and 19 deletions

View File

@@ -245,10 +245,10 @@ function scaffolding_edit(model, scf_params)
}
}
if (model.REST_PUT || key < 0)
buttons.push({title: L("lcl_submit"), action:"scf_submit()", icon: "opslaan.png", singlepress: true, id: "btn_scf_submit" });
buttons.push({title: L("lcl_submit"), action:"scf_submit()", icon: "fa-save", singlepress: true, id: "btn_scf_submit" });
if (modal && model.REST_DELETE && key > 0)
buttons.push({title: L("lcl_delete"), action:"scf_delete()", icon: "delete.png", singlepress: true, id: "btn_scf_delete" });
buttons.push({title: L("lcl_cancel"), action:"scf_cancel()", icon: "undo.png", id: "btn_scf_cancel" });
buttons.push({title: L("lcl_delete"), action:"scf_delete()", icon: "fa-trash", singlepress: true, id: "btn_scf_delete" });
buttons.push({title: L("lcl_cancel"), action:"scf_cancel()", icon: "fa-undo", id: "btn_scf_cancel" });
if (model.hashints)
buttons.splice(0, 0, {title: L("lcl_hint"), action:"scf_enablehint()", icon: "lightbulb.png", id: "btn_scf_enablehint" });
if (!modal)