Lucas Roger Posted July 24, 2011 Report Share Posted July 24, 2011 Hi How to put flight level in the Pilot Brief? Does anyone have the code? Thanks PT-BR Alguem sabe como coloca o nivel de vôo no pilot brief? Alguem tem o código? Obrigado. Quote Link to comment Share on other sites More sharing options...
Moderators servetas Posted July 24, 2011 Moderators Report Share Posted July 24, 2011 You may use this code on the briefing table (schedule_briefing.tpl): <?php # If it's empty, insert some blank lines if($schedule->route == '') { echo '<br /> <br /> <br />'; } else { echo strtoupper($schedule->route); } ?> Quote Link to comment Share on other sites More sharing options...
rafaelgob Posted April 24, 2013 Report Share Posted April 24, 2013 Hi How to put flight level in the Pilot Brief? Does anyone have the code? Thanks PT-BR Alguem sabe como coloca o nivel de vôo no pilot brief? Alguem tem o código? Obrigado. Hi, It's very easy, you can put <?php echo "{$schedule->flightlevel}"; ?> where you intend use it. Olá, É bem fácil, basta colocar <?php echo "{$schedule->flightlevel}"; ?> no local desejado. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.