mirror of
https://github.com/wavelog/wavelog.git
synced 2026-03-22 10:24:14 +00:00
hamqth as default because possible without password
This commit is contained in:
@@ -379,8 +379,8 @@ global $wavelog_url;
|
||||
<div class="mb-3">
|
||||
<label for="global_call_lookup" class="form-label">Global Callbook Lookup<i id="callbook_tooltip" data-bs-toggle="tooltip" data-bs-placement="top" title="Directory Hint" class="fas fa-question-circle text-muted ms-2" data-bs-custom-class="custom-tooltip" data-bs-html="true" data-bs-title="This configuration is optional. The callsign lookup will be available for all users of this installation. You can choose between QRZ.com and HamQTH. While HamQTH also works without username and password, you will need credentials for QRZ.com. To also get the Call Locator in QRZ.com you'll need an XML subscription. HamQTH does not always provide the locator information."></i></label>
|
||||
<select id="global_call_lookup" class="form-select" name="global_call_lookup">
|
||||
<option value="qrz" selected>QRZ.com</option>
|
||||
<option value="hamqth">HamQTH</option>
|
||||
<option value="hamqth" selected>HamQTH</option>
|
||||
<option value="qrz">QRZ.com</option>
|
||||
</select>
|
||||
</div>
|
||||
<div class="row">
|
||||
|
||||
Reference in New Issue
Block a user