Ignore:
Timestamp:
Apr 21, 2011, 3:49:23 PM (13 years ago)
Author:
s.h.sikkema@…
Message:

fixed bug where preview of small export would fail; changed assay excel export to CSV because of excel limitations; ajaxGetAssays correctly handles case of no available studies; RelTime? is output as human readable string in export; units are displayed in header of export; submit button is disabled when no assays are available; added instructions to assay export

Location:
trunk/grails-app/views/assay/assayExport
Files:
1 edited
1 moved

Legend:

Unmodified
Added
Removed
  • trunk/grails-app/views/assay/assayExport/selectFields.gsp

    r1716 r1790  
    4040    <h1>Select the columns that you want to be included in the resulting Excel file</h1>
    4141
    42     <g:form name="fieldSelectForm" action="excelExport">
     42    In this step you can make a selection from the available fields stored in the database related to the samples, including measurement data from a module (if available).
     43
     44    <g:form name="fieldSelectForm" action="assayExport">
    4345
    4446      <g:set var="catNum" value="${0}"/>
Note: See TracChangeset for help on using the changeset viewer.