From aa9c5542a7bbc913e9a958749cff0c003df69e1e Mon Sep 17 00:00:00 2001 From: phl0 Date: Fri, 25 Aug 2023 23:08:47 +0200 Subject: [PATCH] Add LoTW last upload link to QSO view --- application/language/english/lotw_lang.php | 3 ++- application/language/german/lotw_lang.php | 3 ++- application/views/view_log/qso.php | 2 +- 3 files changed, 5 insertions(+), 3 deletions(-) diff --git a/application/language/english/lotw_lang.php b/application/language/english/lotw_lang.php index 4ef6691c..3ed3245d 100644 --- a/application/language/english/lotw_lang.php +++ b/application/language/english/lotw_lang.php @@ -58,4 +58,5 @@ $lang['lotw_cert_expiring'] = 'At least one of your LoTW certificates is about t $lang['lotw_cert_expired'] = 'At least one of your LoTW certificates is expired!'; // Lotw User -$lang['lotw_user'] = 'This station uses LoTW. The last upload was'; +$lang['lotw_user'] = 'This station uses LoTW.'; +$lang['lotw_last_upload'] = 'Last upload'; diff --git a/application/language/german/lotw_lang.php b/application/language/german/lotw_lang.php index 88485441..03b2d398 100644 --- a/application/language/german/lotw_lang.php +++ b/application/language/german/lotw_lang.php @@ -58,4 +58,5 @@ $lang['lotw_cert_expiring'] = 'Mindestens eines deiner LoTW-Zertifikate läuft b $lang['lotw_cert_expired'] = 'Mindestens eines deiner LoTW-Zertifikate ist abgelaufen!'; // Lotw User -$lang['lotw_user'] = 'Diese Station nutzt LoTW. Der letzte Upload war am'; +$lang['lotw_user'] = 'Diese Station nutzt LoTW.'; +$lang['lotw_last_upload'] = 'Letzter Upload'; diff --git a/application/views/view_log/qso.php b/application/views/view_log/qso.php index 5aa66b60..fdba5f55 100644 --- a/application/views/view_log/qso.php +++ b/application/views/view_log/qso.php @@ -354,7 +354,7 @@ lotwuser != null) { ?> -

lastupload); echo date($custom_date_format, $timestamp); $timestamp = strtotime($row->lastupload); echo " at ".date('H:i', $timestamp);?> UTC.

+

: '; ?>lastupload); echo date($custom_date_format, $timestamp); $timestamp = strtotime($row->lastupload); echo " ".date('H:i', $timestamp);?> UTC.

COL_LOTW_QSL_RCVD == "Y") { ?>