Changeset 1217 for trunk/grails-app/views/exporter
- Timestamp:
- Nov 30, 2010, 10:40:34 AM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/grails-app/views/exporter/index.gsp
r1112 r1217 41 41 <tr class="${(i % 2) == 0 ? 'odd' : 'even'}"> 42 42 43 <td><input type="checkbox" name="${studyInstance. title}" id="checked_studies"></td>43 <td><input type="checkbox" name="${studyInstance.code}" id="checked_studies"></td> 44 44 45 45 <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.