Changeset 603 for trunk/grails-app/views/wizard/pages/_samples.gsp
- Timestamp:
- Jun 23, 2010, 3:51:12 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/grails-app/views/wizard/pages/_samples.gsp
r599 r603 24 24 <g:if test="${samples}"> 25 25 <div class="table"> 26 <g:each var="sampleData" in="${samples}">26 <g:each status="s" var="sampleData" in="${samples}"> 27 27 <div class="row"> 28 ${sampleData}<br/>28 <wizard:templateSelect name="template_${s}" entity="${dbnp.studycapturing.Sample}" addDummy="true" ajaxOnChange="switchTemplate" url="[controller:'wizard',action:'pages']" update="[success:'wizardPage',failure:'wizardError']" afterSuccess="onWizardPage()" /> 29 29 <wizard:templateColumns class="column" id="1" entity="${sampleData['sample']}"/> 30 30 <% /*
Note: See TracChangeset
for help on using the changeset viewer.