From df5e80d7064e4d6852a4f228f1e1ff0b1d3d726e Mon Sep 17 00:00:00 2001 From: phl0 Date: Thu, 19 Feb 2026 14:18:18 +0100 Subject: [PATCH] Also show SAT if All is selected as band (includes prop mode SAT) --- application/views/timeline/index.php | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/application/views/timeline/index.php b/application/views/timeline/index.php index f73d61465..1e2f2b1ea 100644 --- a/application/views/timeline/index.php +++ b/application/views/timeline/index.php @@ -198,7 +198,7 @@ function write_dxcc_timeline($timeline_array, $custom_date_format, $bandselect, ' . __("Date") . ' ' . __("Prefix") . ' ' . __("Country") . ''; - if ($propmode == 'SAT') { + if ($propmode == 'SAT' || $propmode == 'All') { echo ' '.__("Satellite").''; } echo ' ' . __("Status") . ' @@ -215,7 +215,7 @@ function write_dxcc_timeline($timeline_array, $custom_date_format, $bandselect, ' . date($custom_date_format, $date_as_timestamp) . ' ' . $line->prefix . ' ' . ucwords(strtolower($line->dxcc_name)) . ''; - if ($propmode == 'SAT') { + if ($propmode == 'SAT' || $propmode == 'All') { echo ''.$line->sat_name.''; } echo ' '; @@ -360,7 +360,7 @@ function write_vucc_timeline($timeline_array, $custom_date_format, $bandselect, '.__("Date").' '.__("Time").' '.__("Gridsquare").''; - if ($propmode == 'SAT') { + if ($propmode == 'SAT' || $propmode == 'All') { echo ' '.__("Satellite").''; } echo ' '.__("Show QSOs").' @@ -376,7 +376,7 @@ function write_vucc_timeline($timeline_array, $custom_date_format, $bandselect, ' . date($custom_date_format, $date_as_timestamp) . ' ' . date('H:i', $date_as_timestamp) . ' ' . $line['gridsquare'] . ''; - if ($propmode == 'SAT') { + if ($propmode == 'SAT' || $propmode == 'All') { echo ''.$line['sat_name'].''; } echo ' '.__("Show").'