We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e7ce435 commit 06caf34Copy full SHA for 06caf34
application/views/gridmap/index.php
@@ -48,7 +48,7 @@
48
</select>
49
<?php if (count($sats_available) != 0) { ?>
50
<label class="my-1 me-2" id="satslabel" for="distplot_sats"><?php echo lang('gridsquares_sat'); ?></label>
51
- <select class="form-select my-1 me-sm-2 w-auto" id="sats" <?php if ($user_default_band != "SAT") { ?>disabled<?php } ?>>
+ <select class="form-select my-1 me-sm-2 w-auto" id="sats">
52
<option value="All"><?php echo lang('general_word_all')?></option>
53
<?php foreach($sats_available as $sat) {
54
echo '<option value="' . $sat . '"' . '>' . $sat . '</option>'."\n";
0 commit comments