Changeset 145 for trunk/grails-app/views/wizard/pages/_study.gsp
- Timestamp:
- Jan 28, 2010, 5:34:50 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/grails-app/views/wizard/pages/_study.gsp
r140 r145 16 16 %> 17 17 <wizard:pageContent> 18 <wizard:templateSelect />19 18 <wizard:textFieldElement name="title" description="Title" error="title" value="${study?.title}"> 20 19 The title of the study you are creating … … 31 30 The start date of the study 32 31 </wizard:dateElement> 32 <wizard:templateElement name="template" description="Template" value="${study?.template}"> 33 The meta data template to use for this study 34 </wizard:templateElement> 33 35 </wizard:pageContent>
Note: See TracChangeset
for help on using the changeset viewer.