Changeset 238 for trunk/grails-app/views/wizard/pages/_study.gsp
- Timestamp:
- Mar 5, 2010, 3:21:52 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/grails-app/views/wizard/pages/_study.gsp
r213 r238 21 21 </span> 22 22 23 <wizard:templateElement name="template" description="Template" value="${study?.template}" entity="${dbnp.studycapturing.Study}"> 24 The template to use for this study 25 </wizard:templateElement> 23 26 <wizard:textFieldElement name="title" description="Title" error="title" value="${study?.title}"> 24 27 The title of the study you are creating … … 39 42 The start date of the study 40 43 </wizard:dateElement> 44 45 <span class="info"> 46 <span class="title">TODO</span> 47 This page should also contain the template fields of the study template selected above (if available). This is 48 scheduled for implementation in a later version 49 </span> 50 41 51 </wizard:pageContent>
Note: See TracChangeset
for help on using the changeset viewer.