Ignore:
Timestamp:
May 24, 2010, 3:48:53 AM (14 years ago)
Author:
gav
Message:

Improvements to Immediate Callout Report.

File:
1 edited

Legend:

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

    r542 r544  
    107107                                                                            name="Reactive Ratio"
    108108                                                                            format="PDF, XLS">
    109                                                 <richui:dateChooser name="startDate" format="dd-MM-yyyy" value="${new Date()-7}" />
     109                                                <richui:dateChooser name="startDate" id="reactiveRatio_startDate" format="dd-MM-yyyy" value="${new Date()-7}" />
    110110                                                to
    111                                                 <richui:dateChooser name="endDate" format="dd-MM-yyyy" value="${new Date()}" />
     111                                                <richui:dateChooser name="endDate" id="reactiveRatio_endDate" format="dd-MM-yyyy" value="${new Date()}" />
    112112                                            </g:jasperReport>
    113113                                            <br />
     
    117117                                                                            name="Immediate Callouts"
    118118                                                                            format="PDF, XLS">
    119                                                 <richui:dateChooser name="startDate" format="dd-MM-yyyy" value="${new Date()-7}" />
     119                                                <richui:dateChooser name="startDate" id="immediateCallouts_startDate" format="dd-MM-yyyy" value="${new Date()-7}" />
    120120                                                to
    121                                                 <richui:dateChooser name="endDate" format="dd-MM-yyyy" value="${new Date()}" />
     121                                                <richui:dateChooser name="endDate" id="immediateCallouts_endDate" format="dd-MM-yyyy" value="${new Date()}" />
    122122                                            </g:jasperReport>
    123123                                            <br />
Note: See TracChangeset for help on using the changeset viewer.