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

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

Added inputs for page 3 of wizard

parent 77c21734
No related branches found
No related tags found
No related merge requests found
......@@ -105,6 +105,24 @@
} else {
%><input type="hidden" name="type" value="<%=wizardBean.getType()%>" /><%
} %>
<% if (curPage == 3) {
%><div id="nameField" class="rowItem">
<label for="name" accesskey="N">
<%=intl._("Name")%>:(<span class="accessKey">N</span>)
</label>
<input type="text" size="30" maxlength="50" name="name" id="name" title="Tunnel Name" value="" class="freetext" />
</div>
<div id="descriptionField" class="rowItem">
<label for="description" accesskey="e">
<%=intl._("Description")%>:(<span class="accessKey">E</span>)
</label>
<input type="text" size="60" maxlength="80" name="description" id="description" title="Tunnel Description" value="" class="freetext" />
</div><%
} else {
%><input type="hidden" name="name" value="<%=wizardBean.getName()%>" />
<input type="hidden" name="description" value="<%=wizardBean.getDescription()%>" /><%
} %>
</div>
<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