diff --git a/application/controllers/Qrz.php b/application/controllers/Qrz.php index 3114486a..4190f79b 100644 --- a/application/controllers/Qrz.php +++ b/application/controllers/Qrz.php @@ -469,7 +469,6 @@ class Qrz extends CI_Controller { $tableheaders .= "
Here you can see and upload all QSOs which have not been previously uploaded to a QRZ logbook.
-You need to set a QRZ Logbook API key in your station profile. Only station profiles with an API Key set are displayed.
-Warning This might take a while as QSO uploads are processed sequentially.
+Here you can see and upload all QSOs which have not been previously uploaded to a QRZ logbook.
+You need to set a QRZ Logbook API key in your station profile. Only station profiles with an API Key set are displayed.
+Warning This might take a while as QSO uploads are processed sequentially.
-result()) { - echo ' + result()) { + echo '| Actions | '; - foreach ($station_profile->result() as $station) { // Fills the table with the data - echo '|||||
| ' . $station->station_profile_name . ' | '; - echo '' . $station->station_callsign . ' | '; - echo '' . $station->modcount . ' | '; - echo '' . $station->notcount . ' | '; - echo '' . $station->totcount . ' | '; - echo ''; - echo ' |