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

changeset 81
1a2e7b5d48f7
parent 78
bb4c52bf3439
child 82
4ec7f2600c83
     1.1 --- a/src/main/webapp/WEB-INF/jsp/project-form.jsp	Sun May 24 15:30:43 2020 +0200
     1.2 +++ b/src/main/webapp/WEB-INF/jsp/project-form.jsp	Sat May 30 15:26:15 2020 +0200
     1.3 @@ -43,7 +43,7 @@
     1.4              <td><input name="name" type="text" maxlength="20" required value="<c:out value="${project.name}"/>" /></td>
     1.5          </tr>
     1.6          <tr>
     1.7 -            <th class="vtop"><fmt:message key="thead.description"/></th>
     1.8 +            <th><fmt:message key="thead.description"/></th>
     1.9              <td><input type="text" name="description" maxlength="200" value="<c:out value="${project.description}"/>" /></td>
    1.10          </tr>
    1.11          <tr>

mercurial