File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
application/views/awards/dxcc Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 122122 </select>
123123 </div>
124124 </div>
125- <div id="satrow" class="mb-3 row">
125+ <div id="satrow" class="mb-3 row" <?php if ( $ this -> input -> post ( ' band ' ) != ' SAT ' && $ this -> input -> post ( ' band ' ) != ' All ' ) echo " style= \" display: none \"" ; ?> >
126126 <?php if (count ($ sats_available ) != 0 ) { ?>
127127 <label class="col-md-2 control-label" id="satslabel" for="distplot_sats"><?php echo lang ('gridsquares_sat ' ); ?> </label>
128128 <div class="col-md-2">
139139 <input id="sats" type="hidden" value="All"></input>
140140 <?php } ?>
141141 </div>
142- <div id="orbitrow" class="mb-3 row">
142+ <div id="orbitrow" class="mb-3 row" <?php if ( $ this -> input -> post ( ' band ' ) != ' SAT ' && $ this -> input -> post ( ' band ' ) != ' All ' ) echo " style= \" display: none \"" ; ?> >
143143 <label class="col-md-2 control-label" id="orbitslabel" for="orbits"><?php echo lang ('gridsquares_orbit ' ); ?> </label>
144144 <div class="col-md-2">
145145 <select class="form-select form-select-sm" id="orbits" name="orbits">
You can’t perform that action at this time.
0 commit comments