Changeset 710
- Timestamp:
- Jul 26, 2010, 4:44:42 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/grails-app/views/study/list.gsp
r593 r710 23 23 <tr> 24 24 <th></th> 25 <g:sortableColumn property="title" title="${message(code: 'study.title.label', default: 'Title')}" /> 25 <g:sortableColumn property="code" title="${message(code: 'study.code.label', default: 'Code')}" /> 26 <th>Title</th> 26 27 <th>Subjects</th> 27 28 <th>Events</th> … … 35 36 <td><input type="checkbox" name="${studyInstance.title}" id="${studyInstance.title}"></td> 36 37 37 <td><g:link action="show" id="${studyInstance.id}">${fieldValue(bean: studyInstance, field: "title")}</g:link></td> 38 38 <td><g:link action="show" id="${studyInstance.id}">${fieldValue(bean: studyInstance, field: "code")}</g:link></td> 39 <td> 40 ${fieldValue(bean: studyInstance, field: "title")} 41 </td> 39 42 <td> 40 43 <g:if test="${studyInstance.subjects.species.size()==0}">
Note: See TracChangeset
for help on using the changeset viewer.