PCHD#40496 note kan nu niet per ongeluk 2x opgeslagen worden
svn path=/Website/trunk/; revision=35121
This commit is contained in:
@@ -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%>¬e_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"));
|
||||
|
||||
Reference in New Issue
Block a user