Changed QSL via to plain textbox insteadt of select box

This commit is contained in:
HB9HIL 2023-10-04 13:40:02 +02:00 committed by GitHub
parent 711c559209
commit 76e9d210ef
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -300,7 +300,7 @@ $options = json_decode($options);
</div>
<div class="form-group col-lg-2 col-md-2 col-sm-3 col-xl">
<label for="qslvia"><?php echo lang('filter_qsl_via'); ?></label>
<input type="search" name="qslviainput" class="custom-select custom-select-sm">
<input type="search" name="qslviainput" class="form-control form-control-sm">
</div>
<div class="form-group col-lg-2 col-md-2 col-sm-3 col-xl">
<label for="qslimages"><?php echo lang('filter_qsl_images'); ?></label>