mirror of
https://github.com/wavelog/wavelog.git
synced 2026-03-22 10:24:14 +00:00
Only show grid update if callbook is defined
This commit is contained in:
@@ -89,7 +89,7 @@
|
||||
</button>
|
||||
</div>
|
||||
</div>
|
||||
<?php if ($this->config->item('callbook_batch_lookup') ?? true): ?>
|
||||
<?php if (($this->config->item('callbook_batch_lookup') ?? true) && $this->config->item('callbook')): ?>
|
||||
<div class="list-group-item d-flex justify-content-between align-items-center">
|
||||
<div>
|
||||
<h6 class="mb-1"><?= __("Lookup QSOs with missing grid in callbook") ?></h6>
|
||||
|
||||
Reference in New Issue
Block a user