1
0
Fork 0
mirror of https://github.com/Ysurac/openmptcprouter-feeds.git synced 2025-03-09 15:40:03 +00:00

Remove double help icon

This commit is contained in:
Ycarus 2018-07-09 14:56:11 +02:00
parent 5329b486c8
commit 5b3a2f091d
2 changed files with 0 additions and 11 deletions

View file

@ -42,7 +42,6 @@
<input class="cbi-input-text" value="<%=ip%>" data-update="change" type="text" id="cbid.omr-bypass.hosts.<%=j%>" name="cbid.omr-bypass.hosts" placeholder="google.com" /><br /> <input class="cbi-input-text" value="<%=ip%>" data-update="change" type="text" id="cbid.omr-bypass.hosts.<%=j%>" name="cbid.omr-bypass.hosts" placeholder="google.com" /><br />
</div> </div>
<div class="cbi-value-description"> <div class="cbi-value-description">
<span class="cbi-value-helpicon"><img src="/luci-static/resources/cbi/help.gif" alt="help" /></span>
<%:You need to use OpenMPTCProuter as DNS server when you want to bypass a domain%> <%:You need to use OpenMPTCProuter as DNS server when you want to bypass a domain%>
</div> </div>
<% <%
@ -53,7 +52,6 @@
<br /> <br />
</div> </div>
<div class="cbi-value-description"> <div class="cbi-value-description">
<span class="cbi-value-helpicon"><img src="/luci-static/resources/cbi/help.gif" alt="help" /></span>
<%:You need to use OpenMPTCProuter as DNS server when you want to bypass a domain%> <%:You need to use OpenMPTCProuter as DNS server when you want to bypass a domain%>
</div> </div>
<% <%
@ -122,7 +120,6 @@
</select> </select>
<br /> <br />
<div class="cbi-value-description"> <div class="cbi-value-description">
<span class="cbi-value-helpicon"><img src="/luci-static/resources/cbi/help.gif" alt="help" /></span>
<%:If empty, multipath master interface is used if up else any other up interface.%> <%:If empty, multipath master interface is used if up else any other up interface.%>
</div> </div>
</div> </div>

View file

@ -47,7 +47,6 @@
%> %>
</div> </div>
<div class="cbi-value-description"> <div class="cbi-value-description">
<span class="cbi-value-helpicon"><img src="/luci-static/resources/cbi/help.gif" alt="help" /></span>
<%:Server IP will be set for ShadowSocks, Glorytun, OpenVPN and MLVPN%> <%:Server IP will be set for ShadowSocks, Glorytun, OpenVPN and MLVPN%>
</div> </div>
</div> </div>
@ -58,7 +57,6 @@
<input type="text" name="shadowsocks_key" placeholder="ShadowSocks key" class="cbi-input-text" value="<%=uci:get("shadowsocks-libev","sss0","key")%>" data-type="base64"> <input type="text" name="shadowsocks_key" placeholder="ShadowSocks key" class="cbi-input-text" value="<%=uci:get("shadowsocks-libev","sss0","key")%>" data-type="base64">
<br /> <br />
<div class="cbi-value-description"> <div class="cbi-value-description">
<span class="cbi-value-helpicon"><img src="/luci-static/resources/cbi/help.gif" alt="help" /></span>
<%:ShadowSocks is used for TCP%> <%:ShadowSocks is used for TCP%>
</div> </div>
</div> </div>
@ -70,7 +68,6 @@
<input type="text" name="glorytun_key" placeholder="Glorytun key" class="cbi-input-text" value="<%=uci:get("glorytun","vpn","key")%>"> <input type="text" name="glorytun_key" placeholder="Glorytun key" class="cbi-input-text" value="<%=uci:get("glorytun","vpn","key")%>">
<br /> <br />
<div class="cbi-value-description"> <div class="cbi-value-description">
<span class="cbi-value-helpicon"><img src="/luci-static/resources/cbi/help.gif" alt="help" /></span>
<%:Glorytun TCP is used by default for UDP and ICMP%> <%:Glorytun TCP is used by default for UDP and ICMP%>
</div> </div>
</div> </div>
@ -83,7 +80,6 @@
<input type="text" name="mlvpn_password" placeholder="MLVPN password" class="cbi-input-text" value="<%=uci:get("mlvpn","general","password")%>"> <input type="text" name="mlvpn_password" placeholder="MLVPN password" class="cbi-input-text" value="<%=uci:get("mlvpn","general","password")%>">
<br /> <br />
<div class="cbi-value-description"> <div class="cbi-value-description">
<span class="cbi-value-helpicon"><img src="/luci-static/resources/cbi/help.gif" alt="help" /></span>
<%:MLVPN can replace Glorytun with connections with same latency%> <%:MLVPN can replace Glorytun with connections with same latency%>
</div> </div>
</div> </div>
@ -97,7 +93,6 @@
<input type="text" class="cbi-input-text" data-update="change" value="<%=uci:get("openvpn","omr","secret")%>" /> <input type="text" class="cbi-input-text" data-update="change" value="<%=uci:get("openvpn","omr","secret")%>" />
<br /> <br />
<div class="cbi-value-description"> <div class="cbi-value-description">
<span class="cbi-value-helpicon"><img src="/luci-static/resources/cbi/help.gif" alt="help" /></span>
<%:You need to upload OpenVPN key file generated by OpenMPTCProuter VPS script to use OpenVPN TCP%> <%:You need to upload OpenVPN key file generated by OpenMPTCProuter VPS script to use OpenVPN TCP%>
</div> </div>
</div> </div>
@ -115,7 +110,6 @@
</select> </select>
<br /> <br />
<div class="cbi-value-description"> <div class="cbi-value-description">
<span class="cbi-value-helpicon"><img src="/luci-static/resources/cbi/help.gif" alt="help" /></span>
<%:Set the default VPN used for UDP and ICMP when ShadowSocks is enabled, for all traffic if ShadowSocks is disabled.%> <%:Set the default VPN used for UDP and ICMP when ShadowSocks is enabled, for all traffic if ShadowSocks is disabled.%>
</div> </div>
</div> </div>
@ -142,7 +136,6 @@
<input type="text" name="cbid.network.<%=ifname%>.ipaddr" class="cbi-input-text" value="<%=uci:get("network",ifname,"ipaddr")%>" data-type="ip4addr"> <input type="text" name="cbid.network.<%=ifname%>.ipaddr" class="cbi-input-text" value="<%=uci:get("network",ifname,"ipaddr")%>" data-type="ip4addr">
<br /> <br />
<div class="cbi-value-description"> <div class="cbi-value-description">
<span class="cbi-value-helpicon"><img src="/luci-static/resources/cbi/help.gif" alt="help" /></span>
<%:Set an IP in the same network as the modem%> <%:Set an IP in the same network as the modem%>
</div> </div>
</div> </div>
@ -159,7 +152,6 @@
<input type="text" name="cbid.network.<%=ifname%>.gateway" class="cbi-input-text" value="<%=uci:get("network",ifname,"gateway")%>" data-type="ip4addr"> <input type="text" name="cbid.network.<%=ifname%>.gateway" class="cbi-input-text" value="<%=uci:get("network",ifname,"gateway")%>" data-type="ip4addr">
<br /> <br />
<div class="cbi-value-description"> <div class="cbi-value-description">
<span class="cbi-value-helpicon"><img src="/luci-static/resources/cbi/help.gif" alt="help" /></span>
<%:Set here IP of the modem%> <%:Set here IP of the modem%>
</div> </div>
</div> </div>