src/main/webapp/WEB-INF/jsp/project-form.jsp

changeset 138
e2aa673dd473
parent 99
a369fb1b3aa2
child 152
7761c37c5e61
     1.1 --- a/src/main/webapp/WEB-INF/jsp/project-form.jsp	Thu Oct 22 12:00:34 2020 +0200
     1.2 +++ b/src/main/webapp/WEB-INF/jsp/project-form.jsp	Thu Oct 22 13:03:26 2020 +0200
     1.3 @@ -42,6 +42,10 @@
     1.4              <th><fmt:message key="name"/></th>
     1.5              <td><input name="name" type="text" maxlength="20" required value="<c:out value="${project.name}"/>" /></td>
     1.6          </tr>
     1.7 +        <tr title="<fmt:message key="node.tooltip"/>">
     1.8 +            <th><fmt:message key="node"/></th>
     1.9 +            <td><input name="node" type="text" maxlength="20" required value="<c:out value="${project.node}"/>" /></td>
    1.10 +        </tr>
    1.11          <tr>
    1.12              <th><fmt:message key="description"/></th>
    1.13              <td><input type="text" name="description" maxlength="200" value="<c:out value="${project.description}"/>" /></td>

mercurial