NT 11.48
In jquery.nt-browse-ls.js
line 255
'<button type="button" name="' + button + '_btn" id="' + id + '"' + ' value="' + buttonText + '" class="nt-' + button + '-button ' + buttonClass + '" title="Click here to ' + button + ' this record"' + ' data-do="' + button + '">'+buttonText+'</button>' +
With this code you got weird tooltips like:
Click here to deleteb the record
or
Click here to other the record
This button Title cant be Transalted using the Webhandler.
Even if you add a Tooltip to the button that tooltip is not used.
How to do it?
Thanks