Changeset 544 for trunk/grails-app/views/appCore
- Timestamp:
- May 24, 2010, 3:48:53 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/grails-app/views/appCore/start.gsp
r542 r544 107 107 name="Reactive Ratio" 108 108 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}" /> 110 110 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()}" /> 112 112 </g:jasperReport> 113 113 <br /> … … 117 117 name="Immediate Callouts" 118 118 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}" /> 120 120 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()}" /> 122 122 </g:jasperReport> 123 123 <br />
Note: See TracChangeset
for help on using the changeset viewer.