Changeset 163 for trunk/grails-app/views/wizard/pages
- Timestamp:
- Feb 2, 2010, 4:13:17 PM (12 years ago)
- Location:
- trunk/grails-app/views/wizard/pages
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/grails-app/views/wizard/pages/_study.gsp
r157 r163 29 29 </wizard:textFieldElement> 30 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 code31 [youtube:irvC_1ujhKo] 32 32 </wizard:textFieldElement> 33 33 <wizard:dateElement name="startDate" description="Start date" error="startDate" value="${study?.startDate}"> -
trunk/grails-app/views/wizard/pages/_subjects.gsp
r157 r163 27 27 <div class="column">species</div> 28 28 <wizard:templateColumnHeaders template="${study.template}" class="column" /> 29 <wizard:templateColumnHeaders template="${study.template}" class="column" /> 29 30 </div> 30 31 <g:each var="subject" status="i" in="${subjects}"> … … 36 37 </div> 37 38 <wizard:templateColumns id="${i}" template="${study.template}" class="column" /> 39 <wizard:templateColumns id="${i}" template="${study.template}" class="column" /> 38 40 </div> 39 41 </g:each> -
trunk/grails-app/views/wizard/pages/_three.gsp
r145 r163 33 33 [youtube:2WNrx2jq184] 34 34 </wizard:dateElement> 35 <wizard:dateElement name="startDate" description="Date element" error="startDate" value="${study?.startDate}"> 36 [youtube:vtIpipFY5k4] 37 </wizard:dateElement> 35 38 </wizard:pageContent>
Note: See TracChangeset
for help on using the changeset viewer.