diff --git a/application/views/stationsetup/locationlist.php b/application/views/stationsetup/locationlist.php index 5a90886bc..5fd401f3f 100644 --- a/application/views/stationsetup/locationlist.php +++ b/application/views/stationsetup/locationlist.php @@ -26,7 +26,7 @@ SIG Info eQSL Nickname eQSL default QSLmsg - QRZ realtime upload + QRZ upload OQRS enabled OQRS Text OQRS Email alert @@ -40,7 +40,16 @@ - + qrzrealtime ?? -1); + if ($qrzr == -1) { + $qrzr=__("No"); + } else if ($qrzr == 0) { + $qrzr=__("Yes"); + } else { + $qrzr=__("Realtime"); + } + ?> station_id; ?> station_active ? 'Yes' : 'No' ?> @@ -71,7 +80,7 @@ station_sig_info; ?> eqslqthnickname; ?> eqsl_default_qslmsg; ?> - qrzrealtime ? 'Yes' : 'No'; ?> + oqrs ? 'Yes' : 'No'; ?> oqrs_text; ?> oqrs_email ? 'Yes' : 'No' ?>