Ignore:
Timestamp:
Apr 7, 2010, 1:49:22 PM (14 years ago)
Author:
gav
Message:

Improve task search and calendar logic.
Move task quick search links to a template.
Set targetCompletionDate when creating task from calendar.
Remove task budget action and view, functionality moved to task search.
Customise calendar css.

File:
1 edited

Legend:

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

    r165 r476  
    3333                            <td valign="top" class="value">
    3434                                <g:link controller="taskDetailed"
    35                                                 action="budget"
     35                                                action="search"
    3636                                                params="[quickSearch: 'budgetPlanned']">
    3737                                                Planned Tasks
     
    3939                                <br />
    4040                                <g:link controller="taskDetailed"
    41                                                 action="budget"
     41                                                action="search"
    4242                                                params="[quickSearch: 'budgetUnplanned']">
    4343                                                Unplanned Tasks
Note: See TracChangeset for help on using the changeset viewer.