FSN#36132: Alle ALG en BES omgezet (tussencommit).
svn path=/Website/trunk/; revision=31547
This commit is contained in:
@@ -44,8 +44,9 @@ user.auth_required_or_abort(this_bestelopdr.canReadAny || this_bestelling.isVera
|
||||
|
||||
function bes_opdr_sent()
|
||||
{
|
||||
FcltMgr.confirm(L("lcl_bes_confirm_sent").format("<%=S("
|
||||
bes_bestelopdr_prefix ") + bes_bestelopdr.bestelopdr_id%>"), function() {
|
||||
FcltMgr.confirm(L("lcl_bes_confirm_sent").format("<%=S("bes_bestelopdr_prefix") + bes_bestelopdr.bestelopdr_id%>"),
|
||||
function()
|
||||
{
|
||||
var data = {
|
||||
urole: "<%=urole%>",
|
||||
opdr_key: <%=opdr_key%>
|
||||
@@ -60,8 +61,9 @@ user.auth_required_or_abort(this_bestelopdr.canReadAny || this_bestelling.isVera
|
||||
|
||||
function bes_opdr_accept()
|
||||
{
|
||||
FcltMgr.confirm(L("lcl_bes_confirm_accept").format("<%=S("
|
||||
bes_bestelopdr_prefix ") + bes_bestelopdr.bestelopdr_id%>"), function() {
|
||||
FcltMgr.confirm(L("lcl_bes_confirm_accept").format("<%=S("bes_bestelopdr_prefix") + bes_bestelopdr.bestelopdr_id%>"),
|
||||
function()
|
||||
{
|
||||
var data = {
|
||||
urole: "<%=urole%>",
|
||||
opdr_key: <%=opdr_key%>
|
||||
|
||||
Reference in New Issue
Block a user