Changeset 671 for trunk/grails-app/views
- Timestamp:
- Oct 3, 2010, 10:51:52 PM (14 years ago)
- Location:
- trunk/grails-app/views
- Files:
-
- 1 edited
- 1 moved
Legend:
- Unmodified
- Added
- Removed
-
trunk/grails-app/views/appCore/start.gsp
r668 r671 201 201 </td> 202 202 <td valign="top" class="value"> 203 <g:link controller="report" action="inventoryValue Gsp">204 InventoryValue203 <g:link controller="report" action="inventoryValueDetailedGsp"> 204 Detailed Value 205 205 </g:link> 206 206 </td> -
trunk/grails-app/views/report/inventoryValueDetailed.gsp
r669 r671 3 3 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/> 4 4 <meta name="layout" content="main" /> 5 <title>Inventory Value Report</title>5 <title>Inventory Detailed Value Report</title> 6 6 <nav:resources override="true"/> 7 7 </head> … … 11 11 </div> 12 12 <div class="body"> 13 <h1>Inventory Value Report</h1>13 <h1>Inventory Detailed Value Report</h1> 14 14 <g:render template="/shared/messages" /> 15 15 <div class="dialog"> … … 18 18 19 19 <g:jasperForm controller="report" 20 action="inventoryValue "21 jasper="inventoryValue "22 name="Inventory Value ">20 action="inventoryValueDetailed" 21 jasper="inventoryValueDetailed" 22 name="Inventory Value Detailed"> 23 23 24 24 <tr class="prop"> … … 67 67 </td> 68 68 <td valign="top" class="value"> 69 <custom:jasperButtons formName="inventoryValue " format="PDF, XLS" text="PDF" />69 <custom:jasperButtons formName="inventoryValueDetailed" format="PDF, XLS" text="PDF" /> 70 70 </td> 71 71 </tr>
Note: See TracChangeset
for help on using the changeset viewer.