Changeset 503 for trunk/grails-app/views/taskDetailed
- Timestamp:
- Apr 20, 2010, 3:56:08 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/grails-app/views/taskDetailed/_quickSearchPane.gsp
r490 r503 14 14 action="${actionName}" 15 15 params="[quickSearch: 'myTodays']"> 16 Today17 </g:link> - Approved tasks where I am the lead or have been assigned.16 <g:message code="task.search.text.my.todays" /> 17 </g:link> - <g:message code="task.search.text.my.todays.description" /> 18 18 <br /> 19 19 <g:link controller="taskDetailed" 20 20 action="${actionName}" 21 21 params="[quickSearch: 'myYesterdays']"> 22 Yesterday22 <g:message code="task.search.text.my.yesterdays" /> 23 23 </g:link> 24 24 <br /> … … 26 26 action="${actionName}" 27 27 params="[quickSearch: 'myTomorrows']"> 28 Tomorrow28 <g:message code="task.search.text.my.tomorrows" /> 29 29 </g:link> 30 30 <br /> … … 32 32 action="${actionName}" 33 33 params="[quickSearch: 'myPastWeek']"> 34 Past Week34 <g:message code="task.search.text.my.past.week" /> 35 35 </g:link> 36 36 </td> … … 45 45 action="${actionName}" 46 46 params="[quickSearch: 'todays']"> 47 Today48 </g:link> - All tasks that are not in the trash.47 <g:message code="task.search.text.todays" /> 48 </g:link> - <g:message code="task.search.text.todays.description" /> 49 49 <br /> 50 50 <g:link controller="taskDetailed" 51 51 action="${actionName}" 52 52 params="[quickSearch: 'yesterdays']"> 53 Yesterday53 <g:message code="task.search.text.yesterdays" /> 54 54 </g:link> 55 55 <br /> … … 57 57 action="${actionName}" 58 58 params="[quickSearch: 'tomorrows']"> 59 Tomorrow59 <g:message code="task.search.text.tomorrows" /> 60 60 </g:link> 61 61 <br /> … … 63 63 action="${actionName}" 64 64 params="[quickSearch: 'pastWeek']"> 65 Past Week65 <g:message code="task.search.text.past.week" /> 66 66 </g:link> 67 67 <br /> … … 69 69 action="${actionName}" 70 70 params="[quickSearch: 'plannersRange']"> 71 Planners Range72 </g:link> - Tasks in the past week and two weeks ahead.71 <g:message code="task.search.text.planners.range" /> 72 </g:link> - <g:message code="task.search.text.planners.range.description" /> 73 73 </td> 74 74 </tr> … … 82 82 action="${actionName}" 83 83 params="[quickSearch: 'budgetPlanned']"> 84 Planned Tasks85 </g:link> - Task with budget status of Planned, in the past week.84 <g:message code="task.search.text.budget.planned" /> 85 </g:link> - <g:message code="task.search.text.budget.planned.description" /> 86 86 <br /> 87 87 <g:link controller="taskDetailed" 88 88 action="${actionName}" 89 89 params="[quickSearch: 'budgetUnplanned']"> 90 Unplanned Tasks90 <g:message code="task.search.text.budget.unplanned" /> 91 91 </g:link> 92 92 </td> … … 100 100 <g:link controller="taskDetailed" 101 101 action="workDone"> 102 <g:message code="task.search.text.work.done" />102 <g:message code="task.search.text.work.done" /> 103 103 </g:link> - <g:message code="task.search.text.work.done.description" /> 104 104 <br />
Note: See TracChangeset
for help on using the changeset viewer.