Changeset 1058 for trunk/grails-app/views
- Timestamp:
- Nov 3, 2010, 2:03:20 PM (10 years ago)
- Location:
- trunk/grails-app/views/importer
- Files:
-
- 1 added
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/grails-app/views/importer/step2a_simple.gsp
r1044 r1058 25 25 <h1>Step 2a: values which could not be determined</h1> 26 26 <p>The next step is to adjust values which could not be determined.</p> 27 <g:each var="record" in="${datamatrix}"> 28 <p>Record: ${record}</p> 29 </g:each> 27 <importer:failedCells failedcells="${failedcells}" /> 30 28 </body> 31 29 </html>
Note: See TracChangeset
for help on using the changeset viewer.