Ignore:
Timestamp:
May 25, 2010, 12:17:20 AM (14 years ago)
Author:
gav
Message:

Update report templates, add downloadTemplate action and general tidy up of reports.

File:
1 edited

Legend:

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

    r544 r545  
    127127                                                                            name="Template (Portrait)"
    128128                                                                            format="PDF, XLS"/>
     129                                            <g:link controller="report" action="downloadTemplate" params="[fileName: 'templatePortrait.jrxml']">
     130                                                Download
     131                                            </g:link>
    129132                                            <br />
    130133                                            <g:jasperReport controller="report"
     
    133136                                                                            name="Template (Landscape)"
    134137                                                                            format="PDF, XLS"/>
     138                                            <g:link controller="report" action="downloadTemplate" params="[fileName: 'templateLandscape.jrxml']">
     139                                                Download
     140                                            </g:link>
    135141                                            <br />
    136142                                        </td>
Note: See TracChangeset for help on using the changeset viewer.