Changeset 39 for trunk/src/grails-app/views/entry/list.gsp
- Timestamp:
- Jan 27, 2009, 11:02:59 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/grails-app/views/entry/list.gsp
r25 r39 24 24 <g:sortableColumn property="id" title="Id" /> 25 25 26 <th>Task</th> 27 26 28 <g:sortableColumn property="comments" title="Comments" /> 27 29 28 30 <g:sortableColumn property="date" title="Date" /> 29 31 30 <g:sortableColumn property="duration " title="Duration" />32 <g:sortableColumn property="durationHours" title="Duration Hours" /> 31 33 32 <th>Entry Type</th> 33 34 <th>Person</th> 35 34 <g:sortableColumn property="durationMinutes" title="Duration Minutes" /> 35 36 36 </tr> 37 37 </thead> … … 42 42 <td><g:link action="show" id="${entryInstance.id}">${fieldValue(bean:entryInstance, field:'id')}</g:link></td> 43 43 44 <td>${fieldValue(bean:entryInstance, field:'task')}</td> 45 44 46 <td>${fieldValue(bean:entryInstance, field:'comments')}</td> 45 47 46 48 <td>${fieldValue(bean:entryInstance, field:'date')}</td> 47 49 48 <td>${fieldValue(bean:entryInstance, field:'duration ')}</td>50 <td>${fieldValue(bean:entryInstance, field:'durationHours')}</td> 49 51 50 <td>${fieldValue(bean:entryInstance, field:'entryType')}</td> 51 52 <td>${fieldValue(bean:entryInstance, field:'person')}</td> 52 <td>${fieldValue(bean:entryInstance, field:'durationMinutes')}</td> 53 53 54 54 </tr>
Note: See TracChangeset
for help on using the changeset viewer.