FSN#32829 Annuleer opdracht en annuleer button zijn 2 verschillende functionele zaken

svn path=/Website/trunk/; revision=25392
This commit is contained in:
Erik Groener
2015-06-04 11:48:37 +00:00
parent 307fded1b4
commit 2b54647706
2 changed files with 2 additions and 2 deletions

View File

@@ -266,7 +266,7 @@ var urlMail = "../shared/queuemail.asp?pcode=ORDMAI&defemail_key=" + defemail_ke
buttons.push({ title: L("lcl_reject"), icon: "reject.png", action: "opdr_reject()" });
if (this_opdr.canCancel)
buttons.push({ title: L("lcl_cancel"), icon: "cancel.png", action: "opdr_cancel()"});
buttons.push({ title: L("lcl_mld_opdr_cancel_button"), icon: "cancel.png", action: "opdr_cancel()"});
if (this_opdr.canClose)
buttons.push({ title: L("lcl_close"), icon: "close.png", action: "opdr_close()" });

View File

@@ -83,7 +83,7 @@ reqStatusEmptyOpdr = mld.getReqStatusEmptyOpdr(reqStatusEmptyOpdr, opdr_key, 1);
mld_opdr.opdr_opmerking,
{html: "rows='8'" + (!this_opdr.canOpmChange? " readonly" : "")});
BLOCK_END();
var buttons = [ {title: L("lcl_mld_reject"), icon: "accept.png", action: "mld_close()", singlepress: true, id: "btn_close_submit" },
var buttons = [ {title: L("lcl_mld_opdr_cancel_button"), icon: "accept.png", action: "mld_close()", singlepress: true, id: "btn_close_submit" },
{title: L("lcl_back"), icon: "cancel.png", action: "mld_cancel()" } ];
CreateButtons(buttons);
IFACE.FORM_END();