Changeset 1031 for trunk/grails-app/views
- Timestamp:
- Nov 1, 2010, 2:54:35 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/grails-app/views/study/list.gsp
r976 r1031 34 34 <tr class="${(i % 2) == 0 ? 'odd' : 'even'}"> 35 35 36 <td><input type="checkbox" name=" ${studyInstance.title}" id="${studyInstance.title}"></td>36 <td><input type="checkbox" name="id" value="${studyInstance.id}" id="${studyInstance.title}"></td> 37 37 38 38 <td><g:link action="show" id="${studyInstance.id}">${fieldValue(bean: studyInstance, field: "code")}</g:link></td>
Note: See TracChangeset
for help on using the changeset viewer.