mirror of
https://github.com/magicbug/Cloudlog
synced 2024-11-23 01:59:14 +00:00
Changed all text for QRZ to refer to the QRZ Logbook which is what its for making it clearer.
This commit is contained in:
parent
dd09ca6350
commit
bd16b14dd0
@ -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();
|
||||
|
@ -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>
|
||||
|
||||
|
@ -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()) {
|
||||
|
Loading…
Reference in New Issue
Block a user