Changeset 246 for trunk/grails-app/views/wizard/pages/_study.gsp
- Timestamp:
- Mar 8, 2010, 6:25:07 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/grails-app/views/wizard/pages/_study.gsp
r240 r246 21 21 </span> 22 22 23 <wizard:templateElement name="template" description="Template" value="${study?.template}" entity="${dbnp.studycapturing.S ubject}" ajaxOnChange="switchTemplate" url="[controller:'wizard',action:'pages']" update="[success:'wizardPage',failure:'wizardError']" afterSuccess="onWizardPage()" >23 <wizard:templateElement name="template" description="Template" value="${study?.template}" entity="${dbnp.studycapturing.Study}" addDummy="true" ajaxOnChange="switchTemplate" url="[controller:'wizard',action:'pages']" update="[success:'wizardPage',failure:'wizardError']" afterSuccess="onWizardPage()" > 24 24 The template to use for this study 25 25 </wizard:templateElement> … … 45 45 <span class="info"> 46 46 <span class="title">TODO</span> 47 This page should also contain the template fields of the study template selected above (if available). This is48 scheduled for implementation in a later version47 Below you will see the template fields of the study template selected above. These fields are not yet 48 properly handled so you can ignore them for now... To be completed at a later stage 49 49 </span> 50 50 51 <wizard:templateElements entity="${study}" /> 52 51 53 </wizard:pageContent>
Note: See TracChangeset
for help on using the changeset viewer.