diff --git a/application/views/accumulate/index.php b/application/views/accumulate/index.php index 4b5b4524..85a5e8af 100644 --- a/application/views/accumulate/index.php +++ b/application/views/accumulate/index.php @@ -83,7 +83,7 @@
If no date are chosen, that means all QSOs will be marked!
Export All Satellite QSOs Confirmed on LoTW
diff --git a/application/views/api/help.php b/application/views/api/help.php index b2e83584..9c806591 100644 --- a/application/views/api/help.php +++ b/application/views/api/help.php @@ -32,7 +32,7 @@ result() as $row) { ?>- Generate Key with Read & Write Access - Generate Key with Read Only Access + Create a read & write key + Create a read-only key
diff --git a/application/views/awards/cq/index.php b/application/views/awards/cq/index.php index ed5a53b7..e8a64823 100644 --- a/application/views/awards/cq/index.php +++ b/application/views/awards/cq/index.php @@ -134,8 +134,8 @@Clicking \"Upload QSOs\" will send QSO information to eQSL.cc.
"; echo form_open('eqsl/export'); echo ""; - echo ""; + echo ""; } else { diff --git a/application/views/interface_assets/footer.php b/application/views/interface_assets/footer.php index d0af4c4e..c62189b6 100644 --- a/application/views/interface_assets/footer.php +++ b/application/views/interface_assets/footer.php @@ -1428,7 +1428,7 @@ $(document).ready(function(){ message: html, onshown: function(dialog) { var qsoid = $("#qsoid").text(); - $(".editButton").html(' Edit QSO'); + $(".editButton").html(' Edit QSO'); var lat = $("#lat").text(); var long = $("#long").text(); var callsign = $("#callsign").text(); diff --git a/application/views/mode/index.php b/application/views/mode/index.php index 1cef8d20..788beaf9 100644 --- a/application/views/mode/index.php +++ b/application/views/mode/index.php @@ -16,7 +16,6 @@This is the place you can customize your modes-list by activating/deactivating modes to be shown in the select-list.
-| submode;?> | qrgmode;?> | active == 1) { echo "active";} else { echo "not active";};?> | -+ | active == 1) { - echo ""; + echo ""; } else { - echo ""; + echo ""; };?> | - id; ?>" class="btn btn-info btn-sm"> Edit + id; ?>" class="btn btn-outline-primary btn-sm"> Edit |
Delete
@@ -55,11 +54,8 @@
+ - - \ No newline at end of file diff --git a/application/views/notes/add.php b/application/views/notes/add.php index c0de7d81..4cbeec9f 100644 --- a/application/views/notes/add.php +++ b/application/views/notes/add.php @@ -45,7 +45,7 @@ - + diff --git a/application/views/notes/edit.php b/application/views/notes/edit.php index 6402473e..715fadb9 100644 --- a/application/views/notes/edit.php +++ b/application/views/notes/edit.php @@ -47,7 +47,7 @@ - + diff --git a/application/views/qrz/export.php b/application/views/qrz/export.php index 006edbd2..7567429c 100644 --- a/application/views/qrz/export.php +++ b/application/views/qrz/export.php @@ -26,7 +26,7 @@ | Edited QSOs not uploaded | Total QSOs not uploaded | Total QSOs uploaded | -+ | Actions | '; foreach ($station_profile->result() as $station) { // Fills the table with the data @@ -36,7 +36,7 @@ echo '' . $station->modcount . ' | '; echo '' . $station->notcount . ' | '; echo '' . $station->totcount . ' | '; - echo ''; + echo ' | '; echo ''; } echo ' |
Requested QSLs are any QSOs with a value of "Requested" or "Queued" in their "QSL Sent" field.
Only QSOs under the active station profile will be exported.
- Export requested QSLs to CSV-file - - Export requested QSLs to ADIF-file +Export requested QSLs to CSV-file
- Mark requested QSLs as sent - + + ++ After updating, Cloudlog can fill in missing callsign information in the logbook using the newly-obtained DXCC data. + You can choose to check just the QSOs in the logbook that are missing DXCC metadata or to re-check the entire logbook + and update existing metadata as well, in case it has changed. +
+ +