Ignore:
Timestamp:
Jun 8, 2010, 4:28:09 PM (14 years ago)
Author:
gav
Message:

New defaultSort for Tasks, sort by status then priority then target start date.
Small improvement to custom:sortableColumnWithImg to allow imgTitle to be specified.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/grails-app/views/taskDetailed/search.gsp

    r570 r582  
    8989                                <custom:sortableColumnWithImg property="attentionFlag"
    9090                                                                                                imgSrc="${resource(dir:'images/skin',file:'flag_red.png')}"
    91                                                                                                 imgAlt="Flag" params="${filterParams}" />
     91                                                                                                imgAlt="Flag"
     92                                                                                                params="${filterParams}" />
    9293
    9394                                <g:sortableColumn property="id" title="Id" params="${filterParams}" />
     
    103104                                <g:sortableColumn  property="taskStatus" title="Status" params="${filterParams}" />
    104105
    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}" />
    106111
    107112                            </tr>
Note: See TracChangeset for help on using the changeset viewer.