Auto selects launch location 'other' when viewing old UUID
rodzic
8d17608095
commit
9e9169e295
|
@ -173,7 +173,9 @@ land: <span id="cursor_pred_landrange">?</span>km
|
||||||
<option value="Glenrothes">Glenrothes</option>
|
<option value="Glenrothes">Glenrothes</option>
|
||||||
<option value="Bujaraloz, Monegros">Bujaraloz, Monegros</option>
|
<option value="Bujaraloz, Monegros">Bujaraloz, Monegros</option>
|
||||||
<option value="Adelaide Airport">Adelaide Airport</option>
|
<option value="Adelaide Airport">Adelaide Airport</option>
|
||||||
<option id="other" value="other">Other</option>
|
<option id="other" value="other"<?php
|
||||||
|
if ($current_uuid !=0) echo " selected=\"selected\"";
|
||||||
|
?>>Other</option>
|
||||||
</select>
|
</select>
|
||||||
</td>
|
</td>
|
||||||
<tr>
|
<tr>
|
||||||
|
|
Ładowanie…
Reference in New Issue