Fix autostart hidden input to not appear if checkbox not ticked

This commit is contained in:
str4d
2012-01-27 04:06:04 +00:00
parent 4be3f16805
commit c81c4cb873

View File

@@ -248,7 +248,9 @@
<span class="comment"><%=intl._("(Check the Box for 'YES')")%></span> <span class="comment"><%=intl._("(Check the Box for 'YES')")%></span>
</div><% </div><%
} else { } else {
if ("1".equals(request.getParameter("startOnLoad"))) {
%><input type="hidden" name="startOnLoad" value="<%=request.getParameter("startOnLoad")%>" /><% %><input type="hidden" name="startOnLoad" value="<%=request.getParameter("startOnLoad")%>" /><%
}
} /* curPage 6 */ } /* curPage 6 */
/* End page 6 */ %> /* End page 6 */ %>