Changeset 825 for trunk/grails-app/views/wizard
- Timestamp:
- Aug 17, 2010, 6:22:24 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/grails-app/views/wizard/pages/_assays.gsp
r823 r825 16 16 %> 17 17 <wizard:pageContent> 18 assays 18 <span class="info"> 19 <span class="title">Add assays to your study</span> 20 WE NEED SOME CONTENT OVER HERE, who's the brilliant copy writer? :) 21 </span> 22 23 <wizard:templateElement name="template" description="Template" value="${assay?.template}" entity="${dbnp.studycapturing.Assay}" addDummy="true" ajaxOnChange="switchTemplate" url="[controller:'wizard',action:'pages']" update="[success:'wizardPage',failure:'wizardError']" afterSuccess="onWizardPage()" > 24 Choose the type of assay you would like to add 25 </wizard:templateElement> 26 <g:if test="${assay}"> 27 <wizard:templateElements entity="${assay}" /> 28 </g:if> 29 19 30 </wizard:pageContent>
Note: See TracChangeset
for help on using the changeset viewer.