Jump to content

Recommended Posts

Posted

Dear people

Each time a pilot entering a PIREP, staff members comes a mail in English saying "A PIREP has-been submitted by ...."

Where is the TPL file is to translate this to my language?

How is the name of the TPL?

Best regards

  • Moderators
Posted

Its in the core>common>PIREPData.class,php

Its about line 756 in my file, it looks like this, thats not the whole section.

if (Config::Get('EMAIL_SEND_PIREP') === true) {

           # Send an email to the admin that a PIREP was submitted
           $sub = "A PIREP has been submitted by {$pilotcode} ({$pirepdata['depicao']} - {$pirepdata['arricao']})";
           $message = "A PIREP has been submitted by {$pilotcode} "
               ."({$pilotinfo->firstname} {$pilotinfo->lastname})\n\n"

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
×
×
  • Create New...