Changeset 533 for trunk/grails-app/views
- Timestamp:
 - May 15, 2010, 10:14:31 PM (15 years ago)
 - File:
 - 
          
- 1 edited
 
- 
          trunk/grails-app/views/appCore/start.gsp (modified) (1 diff)
 
 
Legend:
- Unmodified
 - Added
 - Removed
 
- 
        
trunk/grails-app/views/appCore/start.gsp
r476 r533 98 98 <tr class="prop"> 99 99 <td valign="top" class="name"> 100 <label> Static reports:</label>100 <label>Frequent Reports:</label> 101 101 </td> 102 <!-- <td valign="top" class="value"> 103 <a href="${createLink(action:'changePassword')}"> Password</a> 102 <td valign="top" class="value"> 103 <g:jasperReport controller="report" 104 action="reactiveRatio" 105 jasper="reactiveRatio" 106 name="Reactive Ratio" 107 format="PDF, HTML, XLS"/> 104 108 <br /> 105 <a href="${createLink(action:'changeSessionTimeout')}">Session Timeout</a> 106 </td>--> 109 <g:jasperReport controller="report" 110 action="templatePortrait" 111 jasper="templatePortrait" 112 name="Template (Portrait)" 113 format="PDF, HTML, XLS"/> 114 <br /> 115 <g:jasperReport controller="report" 116 action="templateLandscape" 117 jasper="templateLandscape" 118 name="Template (Landscape)" 119 format="PDF, HTML, XLS"/> 120 <br /> 121 </td> 107 122 </tr> 108 123  
Note: See TracChangeset
          for help on using the changeset viewer.
      