Made some text tweaks to QRZ views

pull/506/head
Peter Goodhall 2020-05-20 21:58:36 +01:00
rodzic 6121cda219
commit df9ab47227
2 zmienionych plików z 5 dodań i 4 usunięć

Wyświetl plik

@ -117,7 +117,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.com Export</a>
<div class="dropdown-divider"></div>

Wyświetl plik

@ -1,7 +1,7 @@
<div class="container adif">
<h1>QRZ.com functions</h1>
<h1>QRZ.com Functions</h1>
<div class="card">
<div class="card-header">
@ -10,8 +10,9 @@
<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.
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>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>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>
<?php
if ($station_profile->result()) {