Ignore:
Timestamp:
Oct 1, 2009, 5:11:48 AM (15 years ago)
Author:
gav
Message:

Install filterPane plugin and configure for Tasks.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/grails-app/views/appCore/start.gsp

    r139 r140  
    3636                        <br />
    3737                        <br />
    38                         Prepared quick links
     38                        <div class="dialog">
     39                            <table>
     40                                <tbody>
     41                       
     42                                    <tr class="prop">
     43                                        <td valign="top" class="name">
     44                                            <label>My Tasks:</label>
     45                                        </td>
     46                                        <td valign="top" class="value">
     47                                            <g:link controller="taskDetailed"
     48                                                            action="searchMyTodays">
     49                                                            Today's
     50                                            </g:link>
     51                                            <br />
     52                                            <g:link controller="taskDetailed"
     53                                                            action="searchMyInTheLastWeek">
     54                                                            In the last week
     55                                            </g:link>
     56                                        </td>
     57                                    </tr>
     58                       
     59                                    <tr class="prop">
     60                                        <td valign="top" class="name">
     61                                            <label>Tasks:</label>
     62                                        </td>
     63                                        <td valign="top" class="value">
     64                                            <g:link controller="taskDetailed"
     65                                                            action="searchTodays">
     66                                                            Today's
     67                                            </g:link>
     68                                            <br />
     69                                            <g:link controller="taskDetailed"
     70                                                            action="searchInTheLastWeek">
     71                                                            In the last week
     72                                            </g:link>
     73                                        </td>
     74                                    </tr>
     75                                   
     76                                </tbody>
     77                            </table>
     78                        </div>
    3979                        <br />
    4080                        <br />
Note: See TracChangeset for help on using the changeset viewer.