Changeset 1617 for trunk/grails-app/views/exporter
- Timestamp:
- Mar 10, 2011, 1:06:54 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/grails-app/views/exporter/index.gsp
r1430 r1617 7 7 <g:set var="entityName" value="${message(code: 'study.label', default: 'Study')}" /> 8 8 <title>SimpleTox Exporter</title> 9 10 11 12 9 13 10 </head> … … 41 38 <tr class="${(i % 2) == 0 ? 'odd' : 'even'}"> 42 39 43 <td><input type="checkbox" name=" ${studyInstance.code}" id="checked_studies"></td>40 <td><input type="checkbox" name="ids" value="${studyInstance.id}" id="${studyInstance.title}"</td> 44 41 45 42 <td><g:link controller="study" action="show" id="${studyInstance.id}">${fieldValue(bean: studyInstance, field: "code")}</g:link></td>
Note: See TracChangeset
for help on using the changeset viewer.