Changeset 582 for trunk/grails-app/views
- Timestamp:
- Jun 8, 2010, 4:28:09 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/grails-app/views/taskDetailed/search.gsp
r570 r582 89 89 <custom:sortableColumnWithImg property="attentionFlag" 90 90 imgSrc="${resource(dir:'images/skin',file:'flag_red.png')}" 91 imgAlt="Flag" params="${filterParams}" /> 91 imgAlt="Flag" 92 params="${filterParams}" /> 92 93 93 94 <g:sortableColumn property="id" title="Id" params="${filterParams}" /> … … 103 104 <g:sortableColumn property="taskStatus" title="Status" params="${filterParams}" /> 104 105 105 <th></th> 106 <custom:sortableColumnWithImg property="defaultSort" 107 imgSrc="${resource(dir:'images/skin',file:'table_sort.png')}" 108 imgAlt="Sort" 109 imgTitle="Default Sort" 110 params="${filterParams}" /> 106 111 107 112 </tr>
Note: See TracChangeset
for help on using the changeset viewer.