Ignore:
Timestamp:
May 16, 2010, 5:47:34 PM (14 years ago)
Author:
gav
Message:

Improvements to Reactive Ratio Report.

File:
1 edited

Legend:

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

    r533 r535  
    66    <nav:resources override="true"/>
    77    <resource:tabView skin="tabviewCustom" />
     8    <resource:dateChooser />
    89</head>
    910    <body>
     
    9899                                    <tr class="prop">
    99100                                        <td valign="top" class="name">
    100                                             <label>Frequent Reports:</label>
     101                                            <label>Frequently Used:</label>
    101102                                        </td>
    102103                                        <td valign="top" class="value">
     
    105106                                                                            jasper="reactiveRatio"
    106107                                                                            name="Reactive Ratio"
    107                                                                             format="PDF, HTML, XLS"/>
     108                                                                            format="PDF, XLS">
     109                                                <richui:dateChooser name="startDate" format="dd-MM-yyyy" value="${new Date()-7}" />
     110                                                to
     111                                                <richui:dateChooser name="endDate" format="dd-MM-yyyy" value="${new Date()}" />
     112                                            </g:jasperReport>
    108113                                            <br />
    109114                                            <g:jasperReport controller="report"
     
    111116                                                                            jasper="templatePortrait"
    112117                                                                            name="Template (Portrait)"
    113                                                                             format="PDF, HTML, XLS"/>
     118                                                                            format="PDF, XLS"/>
    114119                                            <br />
    115120                                            <g:jasperReport controller="report"
     
    117122                                                                            jasper="templateLandscape"
    118123                                                                            name="Template (Landscape)"
    119                                                                             format="PDF, HTML, XLS"/>
     124                                                                            format="PDF, XLS"/>
    120125                                            <br />
    121126                                        </td>
Note: See TracChangeset for help on using the changeset viewer.