Ignore:
Timestamp:
Jun 11, 2008, 9:12:28 AM (15 years ago)
Author:
Martin Svensson
Message:

References #1037 The most important list pages are done.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/www/views/hybridizations/list_hybridizations.jsp

    r4135 r4331  
    254254        exportable="true"
    255255        show="always"
     256      />
     257      <tbl:columndef
     258        id="id"
     259        property="id"
     260        datatype="int"
     261        title="ID"
     262        sortable="true"
     263        filterable="true"
     264        exportable="true"
    256265      />
    257266      <tbl:columndef
     
    543552                  onclick="itemOnClick(<%=writePermission ? "event" : null%>, <%=itemId%>)"
    544553                  title="<%=tooltip%>"><%=name%></div></tbl:cell>
     554                <tbl:cell column="id"><%=item.getId()%></tbl:cell>
    545555                <tbl:cell column="numArrays"><%=item.getNumArrays()%></tbl:cell>
    546556                <tbl:cell column="labeledExtracts">
Note: See TracChangeset for help on using the changeset viewer.