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

changeset 187
0bf35031a918
parent 184
e8eecee6aadf
child 284
671c1c8fbf1c
     1.1 --- a/src/main/webapp/WEB-INF/jsp/project-form.jsp	Sun Apr 04 13:03:41 2021 +0200
     1.2 +++ b/src/main/webapp/WEB-INF/jsp/project-form.jsp	Mon Apr 05 17:56:46 2021 +0200
     1.3 @@ -40,11 +40,11 @@
     1.4          <tbody>
     1.5          <tr>
     1.6              <th><fmt:message key="project.name"/></th>
     1.7 -            <td><input name="name" type="text" maxlength="20" required value="<c:out value="${project.name}"/>" /></td>
     1.8 +            <td><input name="name" type="text" maxlength="50" required value="<c:out value="${project.name}"/>" /></td>
     1.9          </tr>
    1.10          <tr title="<fmt:message key="node.tooltip"/>">
    1.11              <th><fmt:message key="node"/></th>
    1.12 -            <td><input name="node" type="text" maxlength="20" value="<c:out value="${project.node}"/>" /></td>
    1.13 +            <td><input name="node" type="text" maxlength="50" value="<c:out value="${project.node}"/>" /></td>
    1.14          </tr>
    1.15          <tr>
    1.16              <th><fmt:message key="description"/></th>

mercurial