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

changeset 82
4ec7f2600c83
parent 81
1a2e7b5d48f7
child 97
602f75801644
     1.1 --- a/src/main/webapp/WEB-INF/jsp/project-form.jsp	Sat May 30 15:26:15 2020 +0200
     1.2 +++ b/src/main/webapp/WEB-INF/jsp/project-form.jsp	Sat May 30 15:28:27 2020 +0200
     1.3 @@ -39,19 +39,19 @@
     1.4          </colgroup>
     1.5          <tbody>
     1.6          <tr>
     1.7 -            <th><fmt:message key="thead.name"/></th>
     1.8 +            <th><fmt:message key="name"/></th>
     1.9              <td><input name="name" type="text" maxlength="20" required value="<c:out value="${project.name}"/>" /></td>
    1.10          </tr>
    1.11          <tr>
    1.12 -            <th><fmt:message key="thead.description"/></th>
    1.13 +            <th><fmt:message key="description"/></th>
    1.14              <td><input type="text" name="description" maxlength="200" value="<c:out value="${project.description}"/>" /></td>
    1.15          </tr>
    1.16          <tr>
    1.17 -            <th><fmt:message key="thead.repoUrl"/></th>
    1.18 +            <th><fmt:message key="repoUrl"/></th>
    1.19              <td><input name="repoUrl" type="url" maxlength="50" value="<c:out value="${project.repoUrl}"/>" /></td>
    1.20          </tr>
    1.21          <tr>
    1.22 -            <th><fmt:message key="thead.owner"/></th>
    1.23 +            <th><fmt:message key="owner"/></th>
    1.24              <td>
    1.25                  <select name="owner">
    1.26                      <option value="-1"><fmt:message key="placeholder.null-owner"/></option>

mercurial