Ignore:
Timestamp:
Apr 20, 2010, 9:29:08 AM (14 years ago)
Author:
duh
Message:
  • removed the study fields that should be moved into template(s)
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/grails-app/views/wizard/pages/_study.gsp

    r340 r352  
    2828                The title of the study you are creating
    2929        </wizard:textFieldElement>
    30         <wizard:textFieldElement name="code" description="Code" error="code" value="${study?.code}">
    31                 A code to reference your study by
    32         </wizard:textFieldElement>
    33         <wizard:textFieldElement name="researchQuestion" description="Research Question" error="researchQuestion" value="${study?.researchQuestion}">
    34                 The research question
    35         </wizard:textFieldElement>
    36         <wizard:textFieldElement name="description" description="Description" error="description" value="${study?.description}">
    37                 A short description summarizing your study
    38         </wizard:textFieldElement>
    39         <wizard:textFieldElement name="ecCode" description="Ethical Committee Code" error="ecCode" value="${study?.ecCode}">
    40                 [youtube:irvC_1ujhKo]
    41         </wizard:textFieldElement>
    4230        <wizard:dateElement name="startDate" description="Start date" error="startDate" value="${study?.startDate}">
    4331                The start date of the study
Note: See TracChangeset for help on using the changeset viewer.