FSN#32829 Annuleer opdracht en annuleer button zijn 2 verschillende functionele zaken
svn path=/Website/trunk/; revision=25392
This commit is contained in:
@@ -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()" });
|
||||
|
||||
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user