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

changeset 108
6657dad897ea
parent 103
3d0d030dffa7
child 113
eba08a3a7eb2
equal deleted inserted replaced
107:b5f740a87af4 108:6657dad897ea
36 <colgroup> 36 <colgroup>
37 <col> 37 <col>
38 <col style="width: 75ch"> 38 <col style="width: 75ch">
39 </colgroup> 39 </colgroup>
40 <tbody> 40 <tbody>
41 <tr>
42 <th><fmt:message key="issue.id"/></th>
43 <td>${issue.id}</td>
44 </tr>
41 <tr> 45 <tr>
42 <th><fmt:message key="issue.project"/></th> 46 <th><fmt:message key="issue.project"/></th>
43 <td> 47 <td>
44 <c:choose> 48 <c:choose>
45 <c:when test="${not empty issue.project}"> 49 <c:when test="${not empty issue.project}">

mercurial