Changed text on the QRZ Logbook API inputs on station profile and added link to qrz for api

This commit is contained in:
Peter Goodhall
2020-05-08 12:07:33 +01:00
parent 960f544726
commit 0ea2ea5178
2 changed files with 4 additions and 4 deletions

View File

@@ -160,9 +160,9 @@
</div>
<div class="form-group">
<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">
<small id="qrzApiKeyHelp" class="form-text text-muted">QRZ.com logbook api key</small>
<small id="qrzApiKeyHelp" class="form-text text-muted">Your QRZ.com Logbook API can be found in the <a href="https://logbook.qrz.com/logbook" target="_blank">settings page</a></small>
</div>
<button type="submit" class="btn btn-primary"><i class="fas fa-plus-square"></i> Create Station Profile</button>

View File

@@ -161,9 +161,9 @@
</div>
<div class="form-group">
<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; } ?>">
<small id="qrzApiKeyHelp" class="form-text text-muted">QRZ.com logbook api key</small>
<small id="qrzApiKeyHelp" class="form-text text-muted">Your QRZ.com Logbook API can be found in the <a href="https://logbook.qrz.com/logbook" target="_blank">settings page</a></small>
</div>
<button type="submit" class="btn btn-primary"><i class="fas fa-plus-square"></i> Update Station Profile</button>