forked from I2P_Developers/i2p.i2p
i2ptunnel: Outproxy type config UI HTML fixup
reported by drzed
This commit is contained in:
@@ -175,13 +175,14 @@
|
|||||||
boolean isHTTPS = editBean.getOutproxyType(curTunnel).equals("connect");
|
boolean isHTTPS = editBean.getOutproxyType(curTunnel).equals("connect");
|
||||||
%></td><td>
|
%></td><td>
|
||||||
<b><%=intl._t("Outproxy Type")%>:</b>
|
<b><%=intl._t("Outproxy Type")%>:</b>
|
||||||
<span class="multiOption"
|
<span class="multiOption">
|
||||||
<label><input value="socks" type="radio" name="outproxyType" <%=(!isHTTPS ? " checked=\"checked\"" : "")%> class="tickbox" />
|
<label><input value="socks" type="radio" name="outproxyType" <%=(!isHTTPS ? " checked=\"checked\"" : "")%> class="tickbox" />
|
||||||
SOCKS</label>
|
SOCKS</label>
|
||||||
</span>
|
</span>
|
||||||
<span class="multiOption"
|
<span class="multiOption">
|
||||||
<label><input value="connect" type="radio" name="outproxyType" <%=(isHTTPS ? " checked=\"checked\"" : "")%> class="tickbox" />
|
<label><input value="connect" type="radio" name="outproxyType" <%=(isHTTPS ? " checked=\"checked\"" : "")%> class="tickbox" />
|
||||||
HTTPS</label><%
|
HTTPS</label>
|
||||||
|
</span><%
|
||||||
}
|
}
|
||||||
%>
|
%>
|
||||||
</td>
|
</td>
|
||||||
|
|||||||
Reference in New Issue
Block a user