PCHD#40496 note kan nu niet per ongeluk 2x opgeslagen worden

svn path=/Website/trunk/; revision=35121
This commit is contained in:
2017-08-28 14:17:18 +00:00
parent 6635feec6a
commit 2dfe960b68

View File

@@ -85,7 +85,7 @@ user.auth_required_or_abort(this_cnt.canWriteNotes);
<div id="edit">
<form name=u2 method=post action="cnt_edit_note_save.asp?cnt_key=<%=cnt_key%>&note_key=<%=note_key%>">
<%
var buttons = [ {title: L("lcl_submit"), icon: "opslaan.png", action: "cnt_notesubmit()"},
var buttons = [ {title: L("lcl_submit"), icon: "opslaan.png", action: "cnt_notesubmit()", id: "cnt_edit_note", singlepress: true},
{title: L("lcl_cancel"), icon: "undo.png", action: "cnt_notecancel()"}];
IFRAMER_HEADER(L("lcl_cnt_frame_notes"), buttons);
BLOCK_START("cnt_note", L("lcl_cnt_note"));