hamqth as default because possible without password

This commit is contained in:
HB9HIL
2024-01-30 14:18:51 +01:00
parent c7d5507e54
commit 4ce2c075a0

View File

@@ -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">