forked from I2P_Developers/i2p.i2p
i2ptunnel: Remove experts-only label for X25519-only option
This commit is contained in:
@@ -614,7 +614,7 @@
|
||||
</span>
|
||||
<span class="multiOption" <%=ehdisabled%>>
|
||||
<label><input value="4" type="radio" id="startOnLoad" name="encType" <%=(has4 ? " checked=\"checked\"" : edisabled)%> class="tickbox" />
|
||||
ECIES-X25519 (<%=intl._t("Experts only!")%>)</label>
|
||||
ECIES-X25519</label>
|
||||
</span>
|
||||
<span class="multiOption" <%=ehdisabled%>>
|
||||
<label><input value="4,0" type="radio" id="startOnLoad" name="encType" <%=((has0 && has4) ? " checked=\"checked\"" : edisabled)%> class="tickbox" />
|
||||
|
||||
@@ -706,7 +706,7 @@
|
||||
</span>
|
||||
<span class="multiOption" <%=ehdisabled%>>
|
||||
<label><input value="4" type="radio" id="startOnLoad" name="encType" <%=(has4 ? " checked=\"checked\"" : edisabled)%> class="tickbox" />
|
||||
ECIES-X25519 (<%=intl._t("Experts only!")%>)</label>
|
||||
ECIES-X25519</label>
|
||||
</span>
|
||||
<span class="multiOption" <%=ehdisabled%>>
|
||||
<label><input value="4,0" type="radio" id="startOnLoad" name="encType" <%=((has0 && has4) ? " checked=\"checked\"" : edisabled)%> class="tickbox" />
|
||||
|
||||
Reference in New Issue
Block a user