More filters

This commit is contained in:
phl0
2026-01-07 18:30:40 +01:00
parent c44af35850
commit d9489130df
2 changed files with 2 additions and 2 deletions

View File

@@ -44,7 +44,7 @@
} ?> } ?>
</select> </select>
<p><span class="badge bg-info me-1"><?= __("Important"); ?></span><?= __("Log files must have the file type .adi"); ?></p> <p><span class="badge bg-info me-1"><?= __("Important"); ?></span><?= __("Log files must have the file type .adi"); ?></p>
<input class="form-control mb-2 me-sm-2 mt-1 w-50 w-lg-100" type="file" name="userfile" size="20" /> <input class="form-control mb-2 me-sm-2 mt-1 w-50 w-lg-100" type="file" name="userfile" size="20" accept=".adi,.ADI,.adif,.ADIF" />
</div> </div>
<hr class="divider"> <hr class="divider">
<?php if (!($this->config->item('disable_manual_eqsl'))) { ?> <?php if (!($this->config->item('disable_manual_eqsl'))) { ?>

View File

@@ -25,7 +25,7 @@
<p><span class="badge text-bg-info"><?= __("Important"); ?></span> <?= __("Log files must have the file type .adi"); ?></p> <p><span class="badge text-bg-info"><?= __("Important"); ?></span> <?= __("Log files must have the file type .adi"); ?></p>
<label class="visually-hidden" for="adiffile"><?= __("Choose file"); ?></label> <label class="visually-hidden" for="adiffile"><?= __("Choose file"); ?></label>
<input type="file" class="file-input mb-2 me-sm-2" id="adiffile" name="userfile" size="20" /> <input type="file" class="file-input mb-2 me-sm-2" id="adiffile" name="userfile" size="20" accept=".adi,.ADI,.adif,.ADIF" />
</div> </div>
<br><br> <br><br>