Fixed C/P error for hiding button in quick search
这个提交包含在:
父节点
5d496da217
当前提交
f77ce78c7d
共有 1 个文件被更改,包括 21 次插入 和 21 次删除
|
|
@ -339,37 +339,37 @@ $options = json_decode($options);
|
|||
<div class="mb-2 btn-group">
|
||||
<span class="h6 mr-1"><?php echo lang('filter_quicksearch_w_sel'); ?></span>
|
||||
<?php if (($options->dx->show ?? "true") == "true") { ?>
|
||||
<button type="button" class="btn btn-sm btn-primary mr-1" id="searchCallsign"><?php echo lang('filter_search_callsign'); ?></button><?php
|
||||
<button type="button" class="btn btn-sm btn-primary mr-1" id="searchCallsign"><?php echo lang('filter_search_callsign'); ?></button><?php
|
||||
} ?>
|
||||
<?php if (($options->dx->show ?? "true") == "true") { ?>
|
||||
<button type="button" class="btn btn-sm btn-primary mr-1" id="searchDxcc"><?php echo lang('filter_search_dxcc'); ?></button><?php
|
||||
<?php if (($options->dxcc->show ?? "true") == "true") { ?>
|
||||
<button type="button" class="btn btn-sm btn-primary mr-1" id="searchDxcc"><?php echo lang('filter_search_dxcc'); ?></button><?php
|
||||
} ?>
|
||||
<?php if (($options->dx->show ?? "true") == "true") { ?>
|
||||
<button type="button" class="btn btn-sm btn-primary mr-1" id="searchState"><?php echo lang('filter_search_state'); ?></button><?php
|
||||
<?php if (($options->state->show ?? "true") == "true") { ?>
|
||||
<button type="button" class="btn btn-sm btn-primary mr-1" id="searchState"><?php echo lang('filter_search_state'); ?></button><?php
|
||||
} ?>
|
||||
<?php if (($options->dx->show ?? "true") == "true") { ?>
|
||||
<button type="button" class="btn btn-sm btn-primary mr-1" id="searchGridsquare"><?php echo lang('filter_search_gridsquare'); ?></button><?php
|
||||
<?php if (($options->refs->show ?? "true") == "true") { ?>
|
||||
<button type="button" class="btn btn-sm btn-primary mr-1" id="searchGridsquare"><?php echo lang('filter_search_gridsquare'); ?></button><?php
|
||||
} ?>
|
||||
<?php if (($options->dx->show ?? "true") == "true") { ?>
|
||||
<button type="button" class="btn btn-sm btn-primary mr-1" id="searchCqZone"><?php echo lang('filter_search_cq_zone'); ?></button><?php
|
||||
<?php if (($options->cqzone->show ?? "true") == "true") { ?>
|
||||
<button type="button" class="btn btn-sm btn-primary mr-1" id="searchCqZone"><?php echo lang('filter_search_cq_zone'); ?></button><?php
|
||||
} ?>
|
||||
<?php if (($options->dx->show ?? "true") == "true") { ?>
|
||||
<button type="button" class="btn btn-sm btn-primary mr-1" id="searchMode"><?php echo lang('filter_search_mode'); ?></button><?php
|
||||
<?php if (($options->mode->show ?? "true") == "true") { ?>
|
||||
<button type="button" class="btn btn-sm btn-primary mr-1" id="searchMode"><?php echo lang('filter_search_mode'); ?></button><?php
|
||||
} ?>
|
||||
<?php if (($options->dx->show ?? "true") == "true") { ?>
|
||||
<button type="button" class="btn btn-sm btn-primary mr-1" id="searchBand"><?php echo lang('filter_search_band'); ?></button><?php
|
||||
<?php if (($options->band->show ?? "true") == "true") { ?>
|
||||
<button type="button" class="btn btn-sm btn-primary mr-1" id="searchBand"><?php echo lang('filter_search_band'); ?></button><?php
|
||||
} ?>
|
||||
<?php if (($options->dx->show ?? "true") == "true") { ?>
|
||||
<button type="button" class="btn btn-sm btn-primary mr-1" id="searchIota"><?php echo lang('filter_search_iota'); ?></button><?php
|
||||
<?php if (($options->iota->show ?? "true") == "true") { ?>
|
||||
<button type="button" class="btn btn-sm btn-primary mr-1" id="searchIota"><?php echo lang('filter_search_iota'); ?></button><?php
|
||||
} ?>
|
||||
<?php if (($options->dx->show ?? "true") == "true") { ?>
|
||||
<button type="button" class="btn btn-sm btn-primary mr-1" id="searchSota"><?php echo lang('filter_search_sota'); ?></button><?php
|
||||
<?php if (($options->refs->show ?? "true") == "true") { ?>
|
||||
<button type="button" class="btn btn-sm btn-primary mr-1" id="searchSota"><?php echo lang('filter_search_sota'); ?></button><?php
|
||||
} ?>
|
||||
<?php if (($options->dx->show ?? "true") == "true") { ?>
|
||||
<button type="button" class="btn btn-sm btn-primary mr-1" id="searchPota"><?php echo lang('filter_search_pota'); ?></button><?php
|
||||
<?php if (($options->refs->show ?? "true") == "true") { ?>
|
||||
<button type="button" class="btn btn-sm btn-primary mr-1" id="searchPota"><?php echo lang('filter_search_pota'); ?></button><?php
|
||||
} ?>
|
||||
<?php if (($options->dx->show ?? "true") == "true") { ?>
|
||||
<button type="button" class="btn btn-sm btn-primary mr-1" id="searchWwff"><?php echo lang('filter_search_wwff'); ?></button><?php
|
||||
<?php if (($options->refs->show ?? "true") == "true") { ?>
|
||||
<button type="button" class="btn btn-sm btn-primary mr-1" id="searchWwff"><?php echo lang('filter_search_wwff'); ?></button><?php
|
||||
} ?>
|
||||
</div>
|
||||
</div>
|
||||
|
|
|
|||
正在加载…
在新工单中引用