Changeset 262 for trunk/grails-app/views/wizard/pages/_study.gsp
- Timestamp:
- Mar 12, 2010, 5:42:19 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/grails-app/views/wizard/pages/_study.gsp
r260 r262 41 41 </wizard:textFieldElement> 42 42 <wizard:dateElement name="startDate" description="Start date" error="startDate" value="${study?.startDate}"> 43 The start date of the study 43 The start date of the study 44 44 </wizard:dateElement> 45 45 46 46 <span class="info"> 47 <span class="t itle">TODO</span>47 <span class="todo">TODO</span> 48 48 Below you will see the template fields of the study template selected above. These fields are not yet 49 49 properly handled so you can ignore them for now... To be completed at a later stage … … 53 53 54 54 <span class="info"> 55 <span class=" title">Known issues</span>55 <span class="known">Known issues</span> 56 56 <ul> 57 57 <li>the templated fields appear in random order</li>
Note: See TracChangeset
for help on using the changeset viewer.