mirror of
https://github.com/magicbug/Cloudlog
synced 2024-11-22 17:52:16 +00:00
Changed QSL via to plain textbox insteadt of select box
This commit is contained in:
parent
711c559209
commit
76e9d210ef
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user