Fix incorrect label references

This commit is contained in:
phl0
2025-03-07 12:09:24 +01:00
parent 7b6bbd4fa7
commit ca4c211a64
13 changed files with 18 additions and 18 deletions

View File

@@ -71,7 +71,7 @@
</div>
<div class="mb-3 row">
<label class="col-md-2 control-label" for="band"><?= __("Band"); ?></label>
<label class="col-md-2 control-label" for="band2"><?= __("Band"); ?></label>
<div class="col-md-2">
<select id="band2" name="band" class="form-select form-select-sm">
<option value="All" <?php if ($this->input->post('band') == "All" || $this->input->method() !== 'post') echo ' selected'; ?> ><?= __("All"); ?></option>

View File

@@ -17,7 +17,7 @@
<fieldset>
<div class="mb-3 row">
<label class="col-md-2 control-label" for="band"><?= __("DOK / SDOK"); ?></label>
<label class="col-md-2 control-label" for="doks"><?= __("DOK / SDOK"); ?></label>
<div class="col-md-2">
<select id="doks" name="doks" class="form-select form-select-sm">
<option value="both" <?php if ($this->input->post('doks') == "both" || $this->input->method() !== 'post') echo ' selected'; ?> ><?= __("DOK + SDOK"); ?></option>
@@ -74,7 +74,7 @@
</div>
<div class="mb-3 row">
<label class="col-md-2 control-label" for="band"><?= __("Band"); ?></label>
<label class="col-md-2 control-label" for="band2"><?= __("Band"); ?></label>
<div class="col-md-2">
<select id="band2" name="band" class="form-select form-select-sm">
<option value="All" <?php if ($this->input->post('band') == "All" || $this->input->method() !== 'post') echo ' selected'; ?> ><?= __("Every band"); ?></option>

View File

@@ -114,7 +114,7 @@
</div>
<div class="mb-3 row">
<label class="col-md-2 control-label" for="band"><?= __("Band"); ?></label>
<label class="col-md-2 control-label" for="band2"><?= __("Band"); ?></label>
<div class="col-md-2">
<select id="band2" name="band" class="form-select form-select-sm">
<option value="All" <?php if ($this->input->post('band') == "All" || $this->input->method() !== 'post') echo ' selected'; ?> ><?= __("Every band"); ?></option>
@@ -128,7 +128,7 @@
</div>
<div id="satrow" class="mb-3 row" <?php if ($this->input->post('band') != 'SAT' && $this->input->post('band') != 'All') echo "style=\"display: none\""; ?>>
<?php if (count($sats_available) != 0) { ?>
<label class="col-md-2 control-label" id="satslabel" for="distplot_sats"><?= __("Satellite"); ?></label>
<label class="col-md-2 control-label" id="satslabel" for="sats"><?= __("Satellite"); ?></label>
<div class="col-md-2">
<select class="form-select form-select-sm" id="sats" name="sats">
<option value="All" <?php if ($this->input->post('sats') == "All" || $this->input->method() !== 'post') echo ' selected'; ?>><?= __("All")?></option>

View File

@@ -70,7 +70,7 @@
</div>
<div class="mb-3 row">
<label class="col-md-2 control-label" for="band"><?= __("Band"); ?></label>
<label class="col-md-2 control-label" for="band2"><?= __("Band"); ?></label>
<div class="col-md-2">
<select id="band2" name="band" class="form-select form-select-sm">
<option value="All" <?php if ($this->input->post('band') == "All" || $this->input->method() !== 'post') echo ' selected'; ?> ><?= __("Every band"); ?></option>

View File

@@ -114,7 +114,7 @@
</div>
<div class="mb-3 row">
<label class="col-md-2 control-label" for="band"><?= __("Band"); ?></label>
<label class="col-md-2 control-label" for="band2"><?= __("Band"); ?></label>
<div class="col-md-2">
<select id="band2" name="band" class="form-select form-select-sm">
<option value="All" <?php if ($this->input->post('band') == "All" || $this->input->method() !== 'post') echo ' selected'; ?> ><?= __("Every band"); ?></option>

View File

@@ -71,7 +71,7 @@
</div>
<div class="mb-3 row">
<label class="col-md-2 control-label" for="band"><?= __("Band"); ?></label>
<label class="col-md-2 control-label" for="band2"><?= __("Band"); ?></label>
<div class="col-md-2">
<select id="band2" name="band" class="form-select form-select-sm">
<option value="All" <?php if ($this->input->post('band') == "All" || $this->input->method() !== 'post') echo ' selected'; ?> ><?= __("All"); ?></option>

View File

@@ -71,7 +71,7 @@
</div>
<div class="mb-3 row">
<label class="col-md-2 control-label" for="band"><?= __("Band"); ?></label>
<label class="col-md-2 control-label" for="band2"><?= __("Band"); ?></label>
<div class="col-md-2">
<select id="band2" name="band" class="form-select form-select-sm">
<option value="All" <?php if ($this->input->post('band') == "All" || $this->input->method() !== 'post') echo ' selected'; ?> ><?= __("Every band"); ?></option>

View File

@@ -62,7 +62,7 @@
</div>
<div class="mb-3 row">
<label class="col-md-2 control-label" for="band"><?= __("Band"); ?></label>
<label class="col-md-2 control-label" for="band2"><?= __("Band"); ?></label>
<div class="col-md-2">
<select id="band2" name="band" class="form-select form-select-sm">
<option value="All" <?php if ($this->input->post('band') == "All" || $this->input->method() !== 'post') echo ' selected'; ?> ><?= __("Every band"); ?></option>

View File

@@ -31,7 +31,7 @@
} ?>
</select>
<?php if (count($sats_available) != 0) { ?>
<label class="my-1 me-2" id="satslabel" for="distplot_sats" <?php if ($user_default_band != "SAT") { ?>style="display: none;"<?php } ?>><?= __("Satellite"); ?></label>
<label class="my-1 me-2" id="satslabel" for="sats" <?php if ($user_default_band != "SAT") { ?>style="display: none;"<?php } ?>><?= __("Satellite"); ?></label>
<select class="form-select my-1 me-sm-2 w-auto" id="sats" <?php if ($user_default_band != "SAT") { ?>style="display: none;"<?php } ?>>
<option value="All"><?= __("All")?></option>
<?php foreach($sats_available as $sat) {
@@ -61,7 +61,7 @@
}
?>
</select>
<label class="my-1 me-2"><?= __("Confirmation"); ?></label>
<label class="my-1 me-2" for="qsl"><?= __("Confirmation"); ?></label>
<div>
<div class="form-check-inline">
<?php echo '<input class="form-check-input" value="1" type="checkbox" name="qsl" id="qsl"';

View File

@@ -60,7 +60,7 @@
<div class="mb-3 row">
<label class="col-md-2 control-label" for="band"><?= __("Band"); ?></label>
<label class="col-md-2 control-label" for="band2"><?= __("Band"); ?></label>
<div class="col-md-2">
<select id="band2" name="band" class="form-select form-select-sm">
<option value="All" <?php if ($this->input->post('band') == "All" || $this->input->method() !== 'post') echo ' selected'; ?> ><?= __("Every band"); ?></option>
@@ -75,7 +75,7 @@
<div id="satrow" class="mb-3 row" <?php if ($this->input->post('band') != 'SAT' && $this->input->post('band') != 'All') echo "style=\"display: none\""; ?>>
<?php if (count($sats_available) != 0) { ?>
<label class="col-md-2 control-label" id="satslabel" for="distplot_sats"><?= __("Satellite"); ?></label>
<label class="col-md-2 control-label" id="satslabel" for="sats"><?= __("Satellite"); ?></label>
<div class="col-md-2">
<select class="form-select form-select-sm" id="sats" name="sats">
<option value="All" <?php if ($this->input->post('sats') == "All" || $this->input->method() !== 'post') echo ' selected'; ?>><?= __("All")?></option>

View File

@@ -73,7 +73,7 @@
</div>
<div class="mb-3 row">
<label class="col-md-2 control-label" for="band"><?= __("Band"); ?></label>
<label class="col-md-2 control-label" for="band2"><?= __("Band"); ?></label>
<div class="col-md-2">
<select id="band2" name="band" class="form-select form-select-sm">
<option value="All" <?php if ($this->input->post('band') == "All" || $this->input->method() !== 'post') echo ' selected'; ?> ><?= __("Every band"); ?></option>
@@ -87,7 +87,7 @@
</div>
<div id="satrow" class="mb-3 row" <?php if ($this->input->post('band') != 'SAT' && $this->input->post('band') != 'All') echo "style=\"display: none\""; ?>>
<?php if (count($sats_available) != 0) { ?>
<label class="col-md-2 control-label" id="satslabel" for="distplot_sats"><?= __("Satellite"); ?></label>
<label class="col-md-2 control-label" id="satslabel" for="sats"><?= __("Satellite"); ?></label>
<div class="col-md-2">
<select class="form-select form-select-sm" id="sats" name="sats">
<option value="All" <?php if ($this->input->post('sats') == "All" || $this->input->method() !== 'post') echo ' selected'; ?>><?= __("All")?></option>

View File

@@ -74,7 +74,7 @@
</div>
<div class="mb-3 row">
<label class="col-md-2 control-label" for="band"><?= __("Band"); ?></label>
<label class="col-md-2 control-label" for="band2"><?= __("Band"); ?></label>
<div class="col-md-2">
<select id="band2" name="band" class="form-select form-select-sm">
<option value="All" <?php if ($this->input->post('band') == "All" || $this->input->method() !== 'post') echo ' selected'; ?> ><?= __("Every band"); ?></option>

View File

@@ -70,7 +70,7 @@
</div>
<div class="mb-3 row">
<label class="col-md-2 control-label" for="band"><?= __("Band"); ?></label>
<label class="col-md-2 control-label" for="band2"><?= __("Band"); ?></label>
<div class="col-md-2">
<select id="band2" name="band" class="form-select form-select-sm">
<option value="All" <?php if ($this->input->post('band') == "All" || $this->input->method() !== 'post') echo ' selected'; ?> ><?= __("Every band"); ?></option>