Skip to content

Commit

Permalink
Fix APDialog HTML & style
Browse files Browse the repository at this point in the history
  • Loading branch information
sbsrouteur committed Nov 1, 2016
1 parent cdf8f04 commit f65e4ce
Showing 1 changed file with 7 additions and 8 deletions.
15 changes: 7 additions & 8 deletions jvlm/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -1099,19 +1099,18 @@ <h4 align="center" I18n="pilototo_prog_title" class="modal-title">Pilot</h4>
<span class="caret"></span>
</button>
<ul class="dropdown-menu">
<li><span class="APMode DDLine" I18n="autopilotengaged" PIM="1"></span></li>
<li><span class="APMode DDLine" I18n="constantengaged" PIM="2"></span></li>
<li><span class="APMode DDLine" I18n="orthodromic" PIM="3"></span></li>
<li><span class="APMode DDLine" I18n="VMG" PIM="4"></span></li>
<li><span class="APMode DDLine" I18n="VBVMG" PIM="5"></span></li>
<li class="DDLine"><span class="APMode" I18n="autopilotengaged" PIM="1"></span></li>
<li class="DDLine"><span class="APMode" I18n="constantengaged" PIM="2"></span></li>
<li class="DDLine"><span class="APMode" I18n="orthodromic" PIM="3"></span></li>
<li class="DDLine"><span class="APMode" I18n="VMG" PIM="4"></span></li>
<li class="DDLine"><span class="APMode" I18n="VBVMG" PIM="5"></span></li>
</ul>
</div>
</div>
<div class="row">
<label for="AP_PIP" class="col-md-4 control-label">PIP</label>
<div class="APField input col-md-8">
<input id="AP_PIP" class>Dropdown Example
</input>
<div class="input col-md-8">
<input id="AP_PIP" class="APField form-control" type="text"></input>
</div>
</div>
</div>
Expand Down

0 comments on commit f65e4ce

Please sign in to comment.