Changeset 3557


Ignore:
Timestamp:
Oct 21, 2015, 2:13:09 PM (7 years ago)
Author:
Nicklas Nordborg
Message:

References #812: Pilot report wizard

Adding "Pilot report" thumbnail column to the raw bioassays list page.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/net.sf.basedb.reggie/trunk/META-INF/extensions.xml

    r3499 r3557  
    257257    </action-factory>
    258258  </extension>
     259 
     260  <extension
     261    id="net.sf.basedb.reggie.pilot-thumbnail-column"
     262    extends="net.sf.basedb.clients.web.listcolumn.rawbioassay"
     263    >
     264    <index>4</index>
     265    <about safe-scripts="1">
     266      <name>Pilot report PDF</name>
     267      <description>
     268        Add a column to the list page of raw bioassays that display
     269        a thumbnail of the pilot report PDF.
     270      </description>
     271    </about>
     272    <action-factory>
     273      <factory-class>
     274        net.sf.basedb.reggie.extensions.ThumbnailsColumnFactory
     275      </factory-class>
     276      <parameters>
     277        <id>pilotreport-pdf</id>
     278        <title>Pilot report</title>
     279        <link-name>pilotreport.pdf</link-name>
     280      </parameters>
     281    </action-factory>
     282  </extension>
    259283
    260284  <extension
     
    302326    </action-factory>
    303327  </extension>
    304  
    305328 
    306329  <extension
Note: See TracChangeset for help on using the changeset viewer.