Wijzig button altijd eerst
svn path=/Website/trunk/; revision=31443
This commit is contained in:
@@ -114,8 +114,8 @@ var urlMail = "../shared/queuemail.asp?pcode=BEZMAI&defemail_key=" + bez_afspraa
|
||||
|
||||
var buttons = [];
|
||||
if (this_bez.canChange)
|
||||
buttons.push( {title: L("lcl_res_add_deelres"), icon: "resrepeat.png", action:"bez_multi()" },
|
||||
{title: L("lcl_change"), icon:"wijzigen.png", action:"bez_change()" });
|
||||
buttons.push( {title: L("lcl_change"), icon:"wijzigen.png", action:"bez_change()" },
|
||||
{title: L("lcl_res_add_deelres"), icon: "resrepeat.png", action:"bez_multi()" } );
|
||||
if (this_bez.canDelete)
|
||||
buttons.push( {title: L("lcl_delete"), icon:"delete.png", action:"bez_delete()" });
|
||||
|
||||
|
||||
Reference in New Issue
Block a user