Changeset 479 for trunk/grails-app/views
- Timestamp:
- Apr 12, 2010, 12:00:04 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/grails-app/views/taskDetailed/_quickSearchPane.gsp
r476 r479 15 15 params="[quickSearch: 'myTodays']"> 16 16 Today 17 </g:link> 17 </g:link> - Approved tasks where I am the lead or have been assigned. 18 18 <br /> 19 19 <g:link controller="taskDetailed" … … 46 46 params="[quickSearch: 'todays']"> 47 47 Today 48 </g:link> 48 </g:link> - All tasks that are not in the trash. 49 49 <br /> 50 50 <g:link controller="taskDetailed" … … 70 70 params="[quickSearch: 'plannersRange']"> 71 71 Planners Range 72 </g:link> 72 </g:link> - Tasks in the past week and two weeks ahead. 73 73 </td> 74 74 </tr> … … 83 83 params="[quickSearch: 'budgetPlanned']"> 84 84 Planned Tasks 85 </g:link> 85 </g:link> - Task with budget status of Planned, in the past week. 86 86 <br /> 87 87 <g:link controller="taskDetailed"
Note: See TracChangeset
for help on using the changeset viewer.