diff --git a/apps/i2ptunnel/jsp/wizard.jsp b/apps/i2ptunnel/jsp/wizard.jsp index fa14045507e869d98982e4404697593c8646464c..006f4bf8c64a94dd78399126ffd18e8ac1843812 100644 --- a/apps/i2ptunnel/jsp/wizard.jsp +++ b/apps/i2ptunnel/jsp/wizard.jsp @@ -235,6 +235,22 @@ } /* (tunnelIsClient && !streamrclient) || httpbidirserver || streamrserver */ /* 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 id="globalOperationsPanel" class="panel">