Changeset 3557
- Timestamp:
- Oct 21, 2015, 2:13:09 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
extensions/net.sf.basedb.reggie/trunk/META-INF/extensions.xml
r3499 r3557 257 257 </action-factory> 258 258 </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> 259 283 260 284 <extension … … 302 326 </action-factory> 303 327 </extension> 304 305 328 306 329 <extension
Note: See TracChangeset
for help on using the changeset viewer.