Ignore:
Timestamp:
Mar 31, 2010, 1:42:00 PM (14 years ago)
Author:
gav
Message:

Scroll month feature to task search calendar.
Add reasoning, asset and sub item columns on procedure tab of task show view.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/grails-app/views/taskDetailed/searchCalendar.gsp

    r467 r474  
    4040                </span>
    4141            </div>
     42
     43            <br />
     44            <g:link action="searchCalendar" params="[previousMonth:'true']">
     45                < Previous
     46            </g:link>
     47            <span style="font-size: 17px; font-weight: bold;">
     48                <g:formatDate date="${showMonth}" format="MMMM"/>
     49            </span>
     50            <g:link action="searchCalendar" params="[nextMonth:'true']">
     51                Next >
     52            </g:link>
     53            <br />
     54            <br />
     55
    4256            <g:if test="${taskInstanceList.size() > 0}">
    4357                <richui:calendarMonthView items="${taskInstanceList}"
    4458                                                                        createLink="true"
    4559                                                                        constraintDateFields="['targetStartDate']"
    46                                                                         month="${new Date()}"
     60                                                                        month="${showMonth}"
    4761                                                                        controller="taskDetailed"
    4862                                                                        action="show"
Note: See TracChangeset for help on using the changeset viewer.