Jump to content

Recommended Posts

  • Moderators
Posted

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); 
	}
	?>

  • 1 year later...
Posted

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.

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...