Welcome to the nuBuilder Forums!

Register and log in to access exclusive forums 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: 2822
Joined: Mon Jun 15, 2009 2:23 am
Been thanked: 29 times

Re: Delete This Record? translation

Unread post by admin »

Martin,

That's done now.

Thanks.

Please test it.


Steven
Post Reply