Changeset 836 for trunk/grails-app/views/inventoryItemDetailed/show.gsp
- Timestamp:
- Mar 3, 2011, 2:52:08 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/grails-app/views/inventoryItemDetailed/show.gsp
r727 r836 322 322 <tbody> 323 323 <g:each in="${inventoryMovementList}" status="i" var="movements"> 324 <tr class="${(i % 2) == 0 ? 'clickableOdd' : 'clickableEven'}" />324 <tr class="${(i % 2) == 0 ? 'clickableOdd' : 'clickableEven'}"> 325 325 326 326 <td onclick='window.location = "${request.getContextPath()}/inventoryMovementDetailed/show/${movements.id}"'> … … 440 440 <tbody> 441 441 <g:each in="${inventoryItemPurchases}" status="i" var="purchase"> 442 <tr class="${(i % 2) == 0 ? 'clickableOdd' : 'clickableEven'}" />442 <tr class="${(i % 2) == 0 ? 'clickableOdd' : 'clickableEven'}"> 443 443 444 444 <td onclick='window.location = "${request.getContextPath()}/inventoryItemPurchaseDetailed/show/${purchase.id}"'>
Note: See TracChangeset
for help on using the changeset viewer.