From 56b28339200c8f96da921dbf0b26a92e756a13cd Mon Sep 17 00:00:00 2001 From: phl0 Date: Fri, 8 Jul 2022 12:18:25 +0200 Subject: [PATCH] Link to WWFF/GMA details in QSO view --- application/views/view_log/qso.php | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/application/views/view_log/qso.php b/application/views/view_log/qso.php index 8c5e5006..62ff324a 100644 --- a/application/views/view_log/qso.php +++ b/application/views/view_log/qso.php @@ -218,7 +218,19 @@ COL_SIG_INFO != null) { ?> lang->line('gen_hamradio_sig_info'); ?> - COL_SIG_INFO; ?> + COL_SIG) { + case "GMA": + echo "COL_SIG_INFO."\" target=\"_blank\">".$row->COL_SIG_INFO.""; + break; + case "WWFF": + echo "COL_SIG_INFO."\" target=\"_blank\">".$row->COL_SIG_INFO.""; + break; + default: + echo "".$row->COL_SIG_INFO.""; + break; + } + ?>