Changeset 5727 for trunk/www/views/derivedbioassays/list_bioassays.jsp
- Timestamp:
- Sep 8, 2011, 2:04:19 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/www/views/derivedbioassays/list_bioassays.jsp
r5685 r5727 316 316 property="&rawBioAssays(name)" 317 317 datatype="string" 318 filterable="true" 319 exportable="true" 320 /> 321 <tbl:columndef 322 id="plugin" 323 property="job.pluginDefinition.name" 324 datatype="string" 325 title="Plugin" 326 sortable="true" 318 327 filterable="true" 319 328 exportable="true" … … 679 688 enablePropertyLink="<%=mode.hasPropertyLink()%>" 680 689 /></tbl:cell> 690 <tbl:cell column="plugin" 691 ><base:propertyvalue 692 item="<%=item%>" 693 property="job.pluginDefinition" 694 enableEditLink="<%=mode.hasEditLink()%>" 695 enablePropertyLink="<%=mode.hasPropertyLink()%>" 696 /></tbl:cell> 681 697 <tbl:cell column="protocol" 682 698 ><base:propertyvalue
Note: See TracChangeset
for help on using the changeset viewer.