Changeset 804 for trunk/grails-app/views/wizard/pages/_events.gsp
- Timestamp:
- Aug 12, 2010, 1:21:38 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/grails-app/views/wizard/pages/_events.gsp
r778 r804 31 31 </wizard:radioElement> 32 32 <wizard:templateElement name="eventTemplate" elementId="eventTemplate" description="Event Template" value="${event?.template}" entity="${dbnp.studycapturing.Event}" addDummy="true" ajaxOnChange="switchTemplate" url="[controller:'wizard',action:'pages']" update="[success:'wizardPage',failure:'wizardError']" afterSuccess="onWizardPage()" > 33 The template to use for this study33 The template to use for this event 34 34 </wizard:templateElement> 35 <wizard:templateElement name="sampleTemplate" elementId="sampleTemplate" description="Sampl eTemplate" value="${event?.template}" entity="${dbnp.studycapturing.SamplingEvent}" addDummy="true" ajaxOnChange="switchTemplate" url="[controller:'wizard',action:'pages']" update="[success:'wizardPage',failure:'wizardError']" afterSuccess="onWizardPage()" >36 The template to use for this s tudy35 <wizard:templateElement name="sampleTemplate" elementId="sampleTemplate" description="Sampling Event Template" value="${event?.template}" entity="${dbnp.studycapturing.SamplingEvent}" addDummy="true" ajaxOnChange="switchTemplate" url="[controller:'wizard',action:'pages']" update="[success:'wizardPage',failure:'wizardError']" afterSuccess="onWizardPage()" > 36 The template to use for this sampling event 37 37 </wizard:templateElement> 38 38 <g:if test="${event?.template}">
Note: See TracChangeset
for help on using the changeset viewer.