Lucas Roger Posted July 24, 2011 Report 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
Moderators servetas Posted July 24, 2011 Moderators Report 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
rafaelgob Posted April 24, 2013 Report 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
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.