Changed button text

Fri, 05 Aug 2022 10:35:24 +0200

author
Michiel Broek <mbroek@mbse.eu>
date
Fri, 05 Aug 2022 10:35:24 +0200
changeset 813
752bb80362fb
parent 812
d286bf289d45
child 814
de4a74899969

Changed button text

www/js/rec_main.js file | annotate | diff | comparison | revisions
--- a/www/js/rec_main.js	Thu Aug 04 20:32:25 2022 +0200
+++ b/www/js/rec_main.js	Fri Aug 05 10:35:24 2022 +0200
@@ -1,5 +1,5 @@
 /*****************************************************************************
- * Copyright (C) 2018-2019
+ * Copyright (C) 2018-2022
  *
  * Michiel Broek <mbroek at mbse dot eu>
  *
@@ -73,7 +73,7 @@
    { 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: '', datafield: 'Edit', width: 120, align: 'center', columntype: 'button', cellsrenderer: function() {
-    return 'Wijzig';
+    return 'Bekijk';
     }, buttonclick: function(row) {
      var datarecord = dataAdapter.records[row];
      window.location.href = 'rec_edit.php?record=' + datarecord.record + '&return=rec_main.php';

mercurial