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