mirror of
https://github.com/wavelog/wavelog.git
synced 2026-03-22 10:24:14 +00:00
Added link to wiki for format
This commit is contained in:
@@ -36,7 +36,7 @@
|
||||
|
||||
<div class="mb-3">
|
||||
<label for="globalSearch"><?= __("Provider for Hams Of Note"); ?></label>
|
||||
<p><?= __("The URL which provides the Hams Of Note List"); ?></p>
|
||||
<p><?= sprintf(__("The URL which provides the Hams Of Note List. See example and how it works here %s"),'<a href="https://github.com/wavelog/wavelog/wiki/Hams-Of-Note">'.__("Wiki")."<a/>"); ?></p>
|
||||
<input type="text" name="hon_url" class="form-control" id="dxcache_url" aria-describedby="hon_urlHelp" value="<?php echo $this->optionslib->get_option('hon_url'); ?>">
|
||||
<small id="hon_urlHelp" class="form-text text-muted"><?= sprintf(__("URL of the Hams Of Note List. e.g. %s"), "https://api.ham2k.net/data/ham2k/hams-of-note.txt" ); ?></small>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user