Changeset 4331 for trunk/www/views/hybridizations/list_hybridizations.jsp
- Timestamp:
- Jun 11, 2008, 9:12:28 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/www/views/hybridizations/list_hybridizations.jsp
r4135 r4331 254 254 exportable="true" 255 255 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" 256 265 /> 257 266 <tbl:columndef … … 543 552 onclick="itemOnClick(<%=writePermission ? "event" : null%>, <%=itemId%>)" 544 553 title="<%=tooltip%>"><%=name%></div></tbl:cell> 554 <tbl:cell column="id"><%=item.getId()%></tbl:cell> 545 555 <tbl:cell column="numArrays"><%=item.getNumArrays()%></tbl:cell> 546 556 <tbl:cell column="labeledExtracts">
Note: See TracChangeset
for help on using the changeset viewer.