Changeset 157 for trunk/grails-app/views/wizard/pages/_study.gsp
- Timestamp:
- Feb 2, 2010, 10:31:25 AM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/grails-app/views/wizard/pages/_study.gsp
r145 r157 25 25 The research question 26 26 </wizard:textFieldElement> 27 <wizard:textFieldElement name="description" description="Description" error="description" value="${study?.description}" /> 28 <wizard:textFieldElement name="ecCode" description="Ethical Committee Code" error="ecCode" value="${study?.ecCode}" /> 27 <wizard:textFieldElement name="description" description="Description" error="description" value="${study?.description}"> 28 A short description summarizing your study 29 </wizard:textFieldElement> 30 <wizard:textFieldElement name="ecCode" description="Ethical Committee Code" error="ecCode" value="${study?.ecCode}"> 31 If you study has been approved by the Ethical Committee, here is where you will enter that partical reference code 32 </wizard:textFieldElement> 29 33 <wizard:dateElement name="startDate" description="Start date" error="startDate" value="${study?.startDate}"> 30 34 The start date of the study
Note: See TracChangeset
for help on using the changeset viewer.