Changeset 134 for trunk/grails-app/views/taskDetailed/list.gsp
- Timestamp:
- May 13, 2009, 12:51:15 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/grails-app/views/taskDetailed/list.gsp
r124 r134 26 26 <g:sortableColumn property="description" title="Description" /> 27 27 28 < th>Lead Person</th>29 30 <th>Task Priority</th>31 32 <th>Task Status</th>28 <g:sortableColumn property="leadPerson" title="Lead Person" /> 29 30 <g:sortableColumn property="taskPriority" title="Task Priority" /> 31 32 <g:sortableColumn property="taskStatus" title="Task Status" /> 33 33 34 34 <th></th> … … 54 54 <td> 55 55 <g:link action="show" id="${taskInstance.id}"> 56 <img src="${createLinkTo(dir:'images/skin',file:'database_ table.png')}" alt="Show" />56 <img src="${createLinkTo(dir:'images/skin',file:'database_go.png')}" alt="Show" /> 57 57 </g:link> 58 58 </td>
Note: See TracChangeset
for help on using the changeset viewer.