Made some text tweaks to QRZ views
这个提交包含在:
父节点
6121cda219
当前提交
df9ab47227
共有 2 个文件被更改,包括 5 次插入 和 4 次删除
|
|
@ -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>
|
||||
|
||||
|
|
|
|||
|
|
@ -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()) {
|
||||
|
|
|
|||
正在加载…
在新工单中引用