STAM#41611 Na opslaan notities bij nieuwe meldingen vragen of melding geaccepteerd moet worden
svn path=/Website/trunk/; revision=35384
This commit is contained in:
@@ -437,7 +437,7 @@ var timestamp_notes = new Date();
|
||||
buttons = [{ title: L("lcl_submit"), action: "note_submit()", id: "note_submit", singlepress: true}];
|
||||
|
||||
if (note_key > 0)
|
||||
buttons.push({title: L("lcl_cancel"), icon: "undo.png", action: "note_submit_callback()"});
|
||||
buttons.push({title: L("lcl_cancel"), icon: "undo.png", action: "note_submit_callback({})"});
|
||||
|
||||
Response.Write("<tr><td></td><td><div class='notebuttons'>");
|
||||
CreateButtons(buttons);
|
||||
|
||||
Reference in New Issue
Block a user