diff -r 752bb80362fb -r de4a74899969 www/js/rec_edit.js --- a/www/js/rec_edit.js Fri Aug 05 10:35:24 2022 +0200 +++ b/www/js/rec_edit.js Fri Aug 05 10:44:59 2022 +0200 @@ -2045,16 +2045,11 @@ position: 'top' }); - // Buttons below - - $('#Cancel').jqxButton({ template: 'primary', width: '80px', theme: theme }); - $('#Cancel').bind('click', function() { + // Button below + $('#Terug').jqxButton({ template: 'primary', width: '80px', theme: theme }); + $('#Terug').bind('click', function() { window.location.href = my_return; }); - $('#Save').jqxButton({ template: 'success', width: '80px', theme: theme }); - $('#Save').bind('click', function() { - window.location.href = my_return; - }); });