Changeset 1911

Show
Ignore:
Timestamp:
25/09/03 16:10:50 (5 years ago)
Author:
andy
Message:

no longer display within a table

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/intermine/src/web/details.jsp

    r1905 r1911  
    1111  <c:when test="${cld != null}"> 
    1212  <%-- Go through all the items in the WebConfig for this object --%> 
    13   <table><tr> 
    1413    <c:if test="${empty webconfig.types[cld.name].longDisplayers}"> 
    15       <td><tiles:insert name="/allFields.jsp" /></td
     14      <tiles:insert name="/allFields.jsp" /
    1615    </c:if> 
    1716    <c:forEach items="${webconfig.types[cld.name].longDisplayers}" var="displayer"> 
    18       <td><tiles:insert beanName="displayer" beanProperty="src"/></td
     17      <tiles:insert beanName="displayer" beanProperty="src"/
    1918    </c:forEach> 
    20   </tr></table> 
    21  
    2219  </c:when> 
    2320  <c:otherwise>