Changeset 588 for trunk/grails-app/views
- Timestamp:
- Jun 9, 2010, 11:51:58 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/grails-app/views/taskDetailed/searchCalendar.gsp
r585 r588 101 101 <br /> 102 102 103 <richui:calendarMonthView items="${displayList}" 104 displayField="text" 105 createLink="false" 106 constraintDateFields="['date']" 103 <richui:calendarMonthView items="${taskInstanceList}" 104 createLink="true" 105 constraintDateFields="['targetStartDate']" 107 106 month="${showDate}" 108 107 controller="taskDetailed"
Note: See TracChangeset
for help on using the changeset viewer.