I2P Address: [http://git.idk.i2p]

Skip to content
Snippets Groups Projects
Commit e43182b8 authored by str4d's avatar str4d
Browse files

Added inputs for page 6 of wizard

parent 12ee1a70
No related branches found
No related tags found
No related merge requests found
...@@ -235,6 +235,22 @@ ...@@ -235,6 +235,22 @@
} /* (tunnelIsClient && !streamrclient) || httpbidirserver || streamrserver */ } /* (tunnelIsClient && !streamrclient) || httpbidirserver || streamrserver */
/* End page 5 */ %> /* End page 5 */ %>
<% /* Page 6 - Automatic start */
if (curPage == 6) {
%><div id="startupField" class="rowItem">
<label for="startOnLoad" accesskey="a">
<%=intl._("Auto Start")%>(<span class="accessKey">A</span>):
</label>
<input value="1" type="checkbox" id="startOnLoad" name="startOnLoad" title="Start Tunnel Automatically" class="tickbox" />
<span class="comment"><%=intl._("(Check the Box for 'YES')")%></span>
</div><%
} else {
%><input type="hidden" name="startOnLoad" value="<%=wizardBean.getStartOnLoad()%>" /><%
} /* curPage 6 */
/* End page 6 */ %>
</div> </div>
<div id="globalOperationsPanel" class="panel"> <div id="globalOperationsPanel" class="panel">
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment