[Station Profile] Added warning that QRZ Logbook requires paid subscription #351
This addresses comment that QRZ logbook needs a paid subscription to function fixes #351
这个提交包含在:
父节点
1820fd1ca3
当前提交
e5ad2630a0
共有 2 个文件被更改,包括 16 次插入 和 5 次删除
|
|
@ -202,6 +202,10 @@
|
||||||
<small id="eqslhelp" class="form-text text-muted">eQSL QTH Nickname.</small>
|
<small id="eqslhelp" class="form-text text-muted">eQSL QTH Nickname.</small>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
<div class="alert alert-warning" role="alert">
|
||||||
|
QRZ.com Logbook Requires Paid Subscription
|
||||||
|
</div>
|
||||||
|
|
||||||
<div class="form-row">
|
<div class="form-row">
|
||||||
<div class="form-group col-sm-6">
|
<div class="form-group col-sm-6">
|
||||||
<label for="qrzApiKey">QRZ.com Logbook API Key</label>
|
<label for="qrzApiKey">QRZ.com Logbook API Key</label>
|
||||||
|
|
|
||||||
|
|
@ -224,12 +224,19 @@
|
||||||
<small id="eqslhelp" class="form-text text-muted">eQSL QTH Nickname.</small>
|
<small id="eqslhelp" class="form-text text-muted">eQSL QTH Nickname.</small>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
<div class="alert alert-warning" role="alert">
|
||||||
|
QRZ.com Logbook Requires Paid Subscription
|
||||||
|
</div>
|
||||||
|
|
||||||
|
|
||||||
<div class="form-row">
|
<div class="form-row">
|
||||||
<div class="form-group col-sm-6">
|
<div class="form-group col-sm-6">
|
||||||
<label for="qrzApiKey">QRZ.com Logbook API Key</label>
|
<label for="qrzApiKey">QRZ.com Logbook API Key</label>
|
||||||
<input type="text" class="form-control" name="qrzapikey" id="qrzApiKey" aria-describedby="qrzApiKeyHelp" value="<?php if(set_value('qrzapikey') != "") { echo set_value('qrzapikey'); } else { echo $my_station_profile->qrzapikey; } ?>">
|
<input type="text" class="form-control" name="qrzapikey" id="qrzApiKey" aria-describedby="qrzApiKeyHelp" value="<?php if(set_value('qrzapikey') != "") { echo set_value('qrzapikey'); } else { echo $my_station_profile->qrzapikey; } ?>">
|
||||||
<small id="qrzApiKeyHelp" class="form-text text-muted">Find your API key on <a href="https://logbook.qrz.com/logbook" target="_blank">QRZ.com's settings page</a></small>
|
<small id="qrzApiKeyHelp" class="form-text text-muted">Find your API key on <a href="https://logbook.qrz.com/logbook" target="_blank">QRZ.com's settings page</a></small>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="form-group col-sm-6">
|
<div class="form-group col-sm-6">
|
||||||
<label for="qrzrealtime">QRZ.com Logbook Realtime Upload</label>
|
<label for="qrzrealtime">QRZ.com Logbook Realtime Upload</label>
|
||||||
<select class="custom-select" id="qrzrealtime" name="qrzrealtime">
|
<select class="custom-select" id="qrzrealtime" name="qrzrealtime">
|
||||||
|
|
|
||||||
正在加载…
在新工单中引用