diff -r 0ea9dfb3fce9 -r 124af734af68 www/js/rec_main.js --- a/www/js/rec_main.js Sat Feb 23 22:56:35 2019 +0100 +++ b/www/js/rec_main.js Sun Feb 24 17:23:52 2019 +0100 @@ -48,13 +48,12 @@ groupable: true, theme: theme, showstatusbar: true, - localization: getLocalization(), renderstatusbar: function (statusbar) { var container = $("
"); var addButton = $("
Add
"); container.append(addButton); statusbar.append(container); - addButton.jqxButton({ theme: theme, width: 120, height: 20 }); + addButton.jqxButton({ theme: theme, width: 100, height: 20 }); // add new recipe. addButton.click(function (event) { var url= "rec_new.php?return=rec_main.php"; @@ -72,7 +71,7 @@ { text: 'EBC', datafield: 'est_color', width: 60, align: 'right', cellsalign: 'right', cellsformat: 'f0' }, { text: 'IBU', datafield: 'est_ibu', width: 60, align: 'right', cellsalign: 'right', cellsformat: 'f0' }, { text: 'ABV', datafield: 'est_abv', width: 60, align: 'right', cellsalign: 'right', cellsformat: 'p1' }, - { text: 'Wijzig', datafield: 'Edit', width: 120, align: 'center', columntype: 'button', cellsrenderer: function () { + { text: '', datafield: 'Edit', width: 120, align: 'center', columntype: 'button', cellsrenderer: function () { return "Wijzig"; }, buttonclick: function (row) { var datarecord = dataAdapter.records[row];