From 47d9efe218986142bd8af1c4d5d78b0db8f19eac Mon Sep 17 00:00:00 2001 From: Peter Goodhall Date: Tue, 27 Aug 2019 23:15:31 +0100 Subject: [PATCH] Shows both Station Callsign and Operators callsign in the QSO popup window This addresses some of the issues in #336 adding station operator callsign and the station callsign to the QSO popup for information purposes. --- application/views/view_log/qso.php | 20 ++++++++++++++++++-- 1 file changed, 18 insertions(+), 2 deletions(-) diff --git a/application/views/view_log/qso.php b/application/views/view_log/qso.php index 9caea4f8..32b4f79a 100644 --- a/application/views/view_log/qso.php +++ b/application/views/view_log/qso.php @@ -2,9 +2,9 @@ num_rows() > 0) { foreach ($query->result() as $row) { ?> config->item('use_auth') && ($this->session->userdata('user_type') >= 2)) || $this->config->item('use_auth') === FALSE || ($this->config->item('show_time'))) { ?> -

QSO with COL_CALL)); ?> on the COL_TIME_ON); echo date('d/m/y', $timestamp); $timestamp = strtotime($row->COL_TIME_ON); echo " at ".date('H:i', $timestamp); ?>

+

QSO with COL_CALL)); ?> on the COL_TIME_ON); echo date('d/m/y', $timestamp); $timestamp = strtotime($row->COL_TIME_ON); echo " at ".date('H:i', $timestamp); ?>

-

QSO with COL_CALL)); ?> on the COL_TIME_ON); echo date('d/m/y', $timestamp);?>

+

QSO with COL_CALL)); ?> on the COL_TIME_ON); echo date('d/m/y', $timestamp);?>

@@ -151,6 +151,22 @@

This QSO is confirmed on Lotw

+

Station Information

+ + + + + + + + + + + + + + +
Station CallsignCOL_STATION_CALLSIGN; ?>
Station GridsquareCOL_MY_GRIDSQUARE; ?>
Station OperatorCOL_OPERATOR; ?>