Welcome to the nuBuilder Forums!

Join our community by registering and logging in.
As a member, you'll get access to exclusive forums, resources, and content available only to registered users.

Delete This Record? translation

Questions related to using nuBuilder Forte.
Post Reply
Martin
Posts: 30
Joined: Fri Nov 09, 2018 5:42 pm

Delete This Record? translation

Unread post by Martin »

Hi Steven,

Please add nuTranslate() in nuform.js, line 3064

Code: Select all

    if (confirm(nuTranslate("Delete This Record?"))) 
And also here: line 3077

Thanks!
Martin
Posts: 30
Joined: Fri Nov 09, 2018 5:42 pm

Re: Delete This Record? translation

Unread post by Martin »

Please also change these two lines by adding nuTranslate():

nucommon.php, line 370

Code: Select all

nuDisplayError(nuTranslate("Access To Procedure Denied...")." ($procedure_code)");
nucommon.php, line 392

Code: Select all

nuDisplayError(nuTranslate("Access To Procedure Denied...")." ($nuCode)");
admin
Site Admin
Posts: 2829
Joined: Mon Jun 15, 2009 2:23 am
Been thanked: 30 times

Re: Delete This Record? translation

Unread post by admin »

Martin,

That's done now.

Thanks.

Please test it.


Steven
Post Reply