AAFM#34758 Berichtenfunctie vanuit meldingen inrichten
svn path=/Website/trunk/; revision=28827
This commit is contained in:
@@ -208,13 +208,14 @@ function bestandenlijstALL(pmodule, pniveau, pkey)
|
||||
var save_note_url = "../mld/opdr_edit_note_save.asp?opdr_key=" + pkey;
|
||||
%>
|
||||
var data = { note: $("#notes").val(),
|
||||
zichtbaarFE: $("#zichtbaarFE").val()
|
||||
zichtbaarFE: ($("#zichtbaarFE").prop("checked") ? "on" : "off")
|
||||
};
|
||||
<% protectRequest.dataToken("data"); %>
|
||||
$.post("<%=save_note_url%>",
|
||||
data,
|
||||
FcltCallbackAndThenAlways(queueSubmitCallback),
|
||||
"json");
|
||||
return true; // disable button
|
||||
<%
|
||||
}
|
||||
else
|
||||
@@ -399,6 +400,9 @@ function bestandenlijstALL(pmodule, pniveau, pkey)
|
||||
var buttons = [ {title: L("lcl_noti_send"), id: "btn_send", icon: "email.png", action: "queueSubmit()", singlepress: true },
|
||||
{title: L("lcl_cancel"), id: "btn_cancel", icon: "undo.png", action: "queueCancel()" }];
|
||||
CreateButtons(buttons);
|
||||
var buttons = [ {title: L("lcl_accept"), icon: "accept.png", action: "mld_accept()", singlepress: true, id: "btn_accept_submit" },
|
||||
{title: L("lcl_cancel"), icon: "cancel.png", action: "mld_cancel()" } ];
|
||||
|
||||
IFACE.FORM_END();
|
||||
%>
|
||||
</form>
|
||||
|
||||
Reference in New Issue
Block a user