From d490a31097744ab297ea219953203410e2aefcd9 Mon Sep 17 00:00:00 2001 From: Andreas Kristiansen <6977712+AndreasK79@users.noreply.github.com> Date: Tue, 28 Oct 2025 09:44:12 +0100 Subject: [PATCH] Added deleted dxcc banner --- application/models/Stationsetup_model.php | 2 +- application/views/stationsetup/locationlist.php | 14 +++++++++----- 2 files changed, 10 insertions(+), 6 deletions(-) diff --git a/application/models/Stationsetup_model.php b/application/models/Stationsetup_model.php index 239dc2070..534adbf04 100644 --- a/application/models/Stationsetup_model.php +++ b/application/models/Stationsetup_model.php @@ -234,7 +234,7 @@ class Stationsetup_model extends CI_Model { } function list_all_locations() { - $sql = "select station_profile.station_id, station_profile_name, station_gridsquare, station_city, station_iota, station_sota, station_callsign, station_power, station_dxcc, dxcc_entities.name as dxccname, dxcc_entities.prefix as dxccprefix, station_cnty, station_cq, station_itu, station_active, eqslqthnickname, state, county, station_sig, station_sig_info, qrzrealtime, station_wwff, station_pota, oqrs, oqrs_text, oqrs_email, webadifrealtime, clublogrealtime, clublogignore, hrdlogrealtime, creation_date, last_modified + $sql = "select dxcc_entities.end, station_profile.station_id, station_profile_name, station_gridsquare, station_city, station_iota, station_sota, station_callsign, station_power, station_dxcc, dxcc_entities.name as dxccname, dxcc_entities.prefix as dxccprefix, station_cnty, station_cq, station_itu, station_active, eqslqthnickname, state, county, station_sig, station_sig_info, qrzrealtime, station_wwff, station_pota, oqrs, oqrs_text, oqrs_email, webadifrealtime, clublogrealtime, clublogignore, hrdlogrealtime, creation_date, last_modified from station_profile join dxcc_entities on station_profile.station_dxcc = dxcc_entities.adif where user_id = ?"; diff --git a/application/views/stationsetup/locationlist.php b/application/views/stationsetup/locationlist.php index 5dfa4767b..1572ce653 100644 --- a/application/views/stationsetup/locationlist.php +++ b/application/views/stationsetup/locationlist.php @@ -20,12 +20,12 @@ ITU Zone State County + WWFF + POTA SIG SIG Info eQSL Nick QRZ Live - WWFF - POTA OQRS OQRS Text OQRS Email @@ -46,7 +46,11 @@ station_callsign; ?> station_gridsquare; ?> station_city; ?> - dxccname), "- (/") . ' (' . $loc->dxccprefix . ') '; ?> + dxccname), "- (/") . ' (' . $loc->dxccprefix . ') '; ?> + end)) { + echo ''.__("Deleted DXCC").''; + } ?> + station_iota; ?> station_sota; ?> station_power; ?> @@ -55,12 +59,12 @@ station_itu; ?> state; ?> county; ?> + station_wwff; ?> + station_pota; ?> station_sig; ?> station_sig_info; ?> eqslqthnickname; ?> qrzrealtime ? 'Yes' : 'No'; ?> - station_wwff); ?> - station_pota); ?> oqrs ? 'Yes' : 'No'; ?> oqrs_text; ?> oqrs_email; ?>