- Timestamp:
- Mar 3, 2011, 2:52:08 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/grails-app/views/inventoryItemPurchaseDetailed/search.gsp
r734 r836 115 115 <tbody> 116 116 <g:each in="${inventoryItemPurchaseList}" status="i" var="purchase"> 117 <tr class="${(i % 2) == 0 ? 'clickableOdd' : 'clickableEven'}" />117 <tr class="${(i % 2) == 0 ? 'clickableOdd' : 'clickableEven'}"> 118 118 119 119 <td onclick='window.location = "${request.getContextPath()}/inventoryItemPurchaseDetailed/show/${purchase.id}?returnTo=search"'>
Note: See TracChangeset
for help on using the changeset viewer.