Changed all text for QRZ to refer to the QRZ Logbook which is what its for making it clearer.

pull/616/head
Peter Goodhall 2020-09-15 17:56:15 +01:00
rodzic dd09ca6350
commit bd16b14dd0
3 zmienionych plików z 6 dodań i 6 usunięć

Wyświetl plik

@ -102,7 +102,7 @@ class Qrz extends CI_Controller {
public function export() {
$this->load->model('stations');
$data['page_title'] = "QRZ.com Export";
$data['page_title'] = "QRZ Logbook";
$data['station_profile'] = $this->stations->stations_with_qrz_api_key();
$active_station_id = $this->stations->find_active();

Wyświetl plik

@ -122,7 +122,7 @@
<div class="dropdown-divider"></div>
<a class="dropdown-item" href="<?php echo site_url('qrz/export');?>" title="QRZ.com Export"><i class="fas fa-sync"></i> QRZ.com Export</a>
<a class="dropdown-item" href="<?php echo site_url('qrz/export');?>" title="QRZ.com Export"><i class="fas fa-sync"></i> QRZ Logbook</a>
<div class="dropdown-divider"></div>

Wyświetl plik

@ -1,18 +1,18 @@
<div class="container adif">
<h1>QRZ.com Functions</h1>
<h1>QRZ Logbook</h1>
<div class="card">
<div class="card-header">
<h5 class="card-title"><?php echo $page_title; ?></h5>
<h5 class="card-title">Upload Logbook</h5>
</div>
<div class="card-body">
<p>Here you can upload all QSOs to QRZ.com, which have not been previously uploaded. This might take a while, since only 1 QSO is uploaded at a time.</p>
<p>Here you can upload all QSOs to QRZ Logbook, which have not been previously uploaded. This might take a while, since only 1 QSO is uploaded at a time.</p>
<p>You need to set a QRZ API Key in your station profile. Only a station profile with an API Key set, is diplayed in the table below.</p>
<p>You need to set a QRZ Logbook API Key in your station profile. Only a station profile with an API Key set, is diplayed in the table below.</p>
<?php
if ($station_profile->result()) {