phpvms/resources/views/layouts/default/flights
B.Fatih KOZ 65015cbce2
Move SimBrief aircraft selection to Controller (#1093)
* Move SimBrief aircraft selection to Controller

Instead of passing subfleets to blade (and doing two foreach loops and ifs to populate the dropdown), we are building a proper aircraft list here.

Did not removed $subfleets from data being passed to blade on purpose, it may be removed later on.

* Style Fix

* Update aircraft selection blade to use $aircrafts

* Order generated Aircrafts collection

First ICAO then Registration

* Add privatized name setting for simbrief

To prevent possible privacy issues according to latest regulations.

* Add privatized name to SimBrief form

It is controlled with a setting, if not enabled we will not pass any names to SimBrief via API (this will result users SimBrief membership name being used at the OFP as before)
2021-03-22 10:55:33 -04:00
..
bids.blade.php Option for SB only on bids; add the new file type #642 (#643) 2020-03-27 11:49:19 -04:00
index.blade.php Option for SB only on bids; add the new file type #642 (#643) 2020-03-27 11:49:19 -04:00
map.blade.php Format all blade templates to 2 spaces #530 (#531) 2020-02-01 13:05:56 -05:00
nav.blade.php Cleanup flight search code 2021-01-17 21:25:44 -05:00
scripts.blade.php Format all blade templates to 2 spaces #530 (#531) 2020-02-01 13:05:56 -05:00
search.blade.php Cleanup Simbrief Briefing pages 2021-01-17 21:52:22 -05:00
show.blade.php Use optional() around the airport fields (#537) 2020-02-03 12:23:58 -05:00
simbrief_aircraft.blade.php Move SimBrief aircraft selection to Controller (#1093) 2021-03-22 10:55:33 -04:00
simbrief_briefing.blade.php Fix for SimBrief VATSIM Prefile errors (#1037) 2021-02-18 18:02:33 -05:00
simbrief_form.blade.php Move SimBrief aircraft selection to Controller (#1093) 2021-03-22 10:55:33 -04:00
table.blade.php Show either create/view simbrief button, not both 2021-03-06 16:48:50 -05:00