NetTalk Central

NetTalk Web Server => Web Server - Ask For Help => Topic started by: Alberto on July 12, 2021, 07:45:49 AM

Title: Translation problem jquery.nt-browse-ls.js
Post by: Alberto on July 12, 2021, 07:45:49 AM
NT 11.48
In jquery.nt-browse-ls.js
line 255
Code: [Select]
'<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
Title: Re: Translation problem jquery.nt-browse-ls.js
Post by: Bruce on July 13, 2021, 07:54:29 PM
noted, I'll look into adding translation features for this in an upcoming build.