- Timestamp:
- 05/11/08 23:52:52 (7 months ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
openmrs/branches/complex_obs/web/WEB-INF/view/dictionary/concept.jsp
r4129 r4166 251 251 </tr> 252 252 </c:if> 253 253 254 254 <c:if test="${concept.complex}"> 255 255 <tr> … … 257 257 <td> 258 258 <table border="0"> 259 <%--260 259 <tr> 261 260 <th><spring:message code="ConceptComplex.handler"/></th> 262 261 </tr> 263 --%>264 262 <tr> 265 < th valign="middle"><spring:message code="general.id"/></th>266 <td valign="middle">${concept.handler .handlerId}</td>263 <%-- <th valign="middle"><spring:message code="ConceptComplex.handler"/></th> --%> 264 <td valign="middle">${concept.handler}</td> 267 265 </tr> 268 <tr>269 <th valign="middle"><spring:message code="ConceptComplex.handler.class"/></th>270 <td valign="middle">${concept.handler.handlerClass}</td>271 </tr>272 <tr>273 <th valign="middle"><spring:message code="general.description"/></th>274 <td valign="middle">${concept.handler.description}</td>275 </tr>276 <%--277 <tr>278 <th><spring:message code="ConceptNumeric.precise"/></th>279 <td colspan="2">280 <spring:bind path="concept.precise">281 <c:if test="${status.value}">Yes</c:if>282 <c:if test="${!status.value}">No</c:if>283 </spring:bind>284 </td>285 </tr>286 --%>287 266 </table> 288 267 </td>