diff -r 0ea9dfb3fce9 -r 124af734af68 www/js/inv_equipments.js --- a/www/js/inv_equipments.js Sat Feb 23 22:56:35 2019 +0100 +++ b/www/js/inv_equipments.js Sun Feb 24 17:23:52 2019 +0100 @@ -222,7 +222,6 @@ source: dataAdapter, theme: theme, showstatusbar: true, - localization: getLocalization(), renderstatusbar: function (statusbar) { var container = $("
"); var addButton = $("
Nieuw
"); @@ -277,7 +276,7 @@ { text: 'Kook volume', datafield: 'boil_size', width: 110, align: 'right', cellsalign: 'right', cellsformat: 'f1' }, { text: 'Batch volume', datafield: 'batch_size', width: 110, align: 'right', cellsalign: 'right', cellsformat: 'f1' }, { text: 'Opmerkingen', datafield: 'notes' }, - { text: 'Wijzig', datafield: 'Edit', width: 100, align: 'center', columntype: 'button', cellsrenderer: function () { + { text: '', datafield: 'Edit', width: 100, align: 'center', columntype: 'button', cellsrenderer: function () { return "Wijzig"; }, buttonclick: function (row) { // open the popup window when the user clicks a button.