HPJI#38975 toevoegen contract blijft hangen en zorgt voor vele records
svn path=/Website/branches/v2016.3/; revision=32301
This commit is contained in:
@@ -133,7 +133,7 @@ else // nieuw contract
|
||||
<%
|
||||
var buttons = [];
|
||||
if (!cnt_info.locked_user_key || cnt_info.locked_user_key == user_key)
|
||||
buttons.push({title: L("lcl_submit"), action:"cnt_submit()", icon: "opslaan.png"});
|
||||
buttons.push({title: L("lcl_submit"), action:"cnt_submit()", icon: "opslaan.png", singlepress: true, id: "btn_submit" });
|
||||
buttons.push({title: L("lcl_cancel"), action:"cnt_cancel()", icon: "undo.png" });
|
||||
|
||||
IFRAMER_HEADER(L("lcl_cnt_frame_algemeen"), buttons);
|
||||
|
||||
Reference in New Issue
Block a user