Remove help icon on rc smoothing type and channels smoothed
parent
9025430bee
commit
5c1fc9a6fc
|
@ -90,16 +90,13 @@
|
||||||
<option value="1" i18n="receiverRcSmoothingFilter"/>
|
<option value="1" i18n="receiverRcSmoothingFilter"/>
|
||||||
</select>
|
</select>
|
||||||
</td>
|
</td>
|
||||||
<td style="border-right: none">
|
<td style="border-right: none" colspan="2">
|
||||||
<div>
|
<div>
|
||||||
<label>
|
<label>
|
||||||
<span i18n="receiverRcSmoothingType"></span>
|
<span i18n="receiverRcSmoothingType"></span>
|
||||||
</label>
|
</label>
|
||||||
</div>
|
</div>
|
||||||
</td>
|
</td>
|
||||||
<td>
|
|
||||||
<div class="helpicon cf_tip" i18n_title="receiverRcSmoothingTypeHelp" style="margin-top:0px;"></div>
|
|
||||||
</td>
|
|
||||||
<td style="width: 15%; border-right: none !important">
|
<td style="width: 15%; border-right: none !important">
|
||||||
<select name="rcSmoothingChannels-select" style="width: 90%">
|
<select name="rcSmoothingChannels-select" style="width: 90%">
|
||||||
<option value="0" i18n="receiverRcSmoothingChannelsRP"/>
|
<option value="0" i18n="receiverRcSmoothingChannelsRP"/>
|
||||||
|
@ -109,16 +106,13 @@
|
||||||
<option value="4" i18n="receiverRcSmoothingChannelsRPT"/>
|
<option value="4" i18n="receiverRcSmoothingChannelsRPT"/>
|
||||||
</select>
|
</select>
|
||||||
</td>
|
</td>
|
||||||
<td style="border-right: none">
|
<td style="border-right: none" colspan="2">
|
||||||
<div>
|
<div>
|
||||||
<label>
|
<label>
|
||||||
<span i18n="receiverRcSmoothingChannel"></span>
|
<span i18n="receiverRcSmoothingChannel"></span>
|
||||||
</label>
|
</label>
|
||||||
</div>
|
</div>
|
||||||
</td>
|
</td>
|
||||||
<td>
|
|
||||||
<div class="helpicon cf_tip" i18n_title="rcSmoothingChannelsSmoothedHelp" style="margin-top:0px;"></div>
|
|
||||||
</td>
|
|
||||||
</tr>
|
</tr>
|
||||||
<tr class="rcSmoothing-input-manual">
|
<tr class="rcSmoothing-input-manual">
|
||||||
<td style="width: 15%">
|
<td style="width: 15%">
|
||||||
|
|
Loading…
Reference in New Issue